Bump version to 2023.2.4

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
Oz Tiram
2023-02-04 12:24:11 +01:00
parent 36ecc149e8
commit aaec00d616
6 changed files with 20 additions and 5 deletions
+19
View File
@@ -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) 2022.12.19 (2022-12-19)
======================= =======================
Pipenv 2022.12.19 (2022-12-19) Pipenv 2022.12.19 (2022-12-19)
-1
View File
@@ -1 +0,0 @@
Fix overwriting of output in verbose mode
-1
View File
@@ -1 +0,0 @@
Fix for resolution error when direct url includes an extras.
-1
View File
@@ -1 +0,0 @@
Remove pytest-pypi package since it's not used anymore
-1
View File
@@ -1 +0,0 @@
Remove deprecated --three flag from the CLI.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / / # // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / / # //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ / # // / / // ((____ // / / ||/ /
__version__ = "2022.12.20.dev0" __version__ = "2023.2.4"