Skip to content

Commit

Permalink
Bump version to 2023.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Oz Tiram <[email protected]>
  • Loading branch information
oz123 committed Feb 4, 2023
1 parent 36ecc14 commit aaec00d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2023.2.4 (2023-02-04)
=====================
Pipenv 2023.2.4 (2023-02-04)
============================


Bug Fixes
---------

- Fix overwriting of output in verbose mode `#5530 <https://github.com/pypa/pipenv/issues/5530>`_
- Fix for resolution error when direct url includes an extras. `#5536 <https://github.com/pypa/pipenv/issues/5536>`_

Removals and Deprecations
-------------------------

- Remove pytest-pypi package since it's not used anymore `#5556 <https://github.com/pypa/pipenv/issues/5556>`_
- Remove deprecated --three flag from the CLI. `#5576 <https://github.com/pypa/pipenv/issues/5576>`_


2022.12.19 (2022-12-19)
=======================
Pipenv 2022.12.19 (2022-12-19)
Expand Down
1 change: 0 additions & 1 deletion news/5530.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5536.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5556.removal.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5576.removal.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.12.20.dev0"
__version__ = "2023.2.4"

0 comments on commit aaec00d

Please sign in to comment.