Skip to content

Commit aaec00d

Browse files
committed
Bump version to 2023.2.4
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
1 parent 36ecc14 commit aaec00d

File tree

6 files changed

+20
-5
lines changed

6 files changed

+20
-5
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2023.2.4 (2023-02-04)
2+
=====================
3+
Pipenv 2023.2.4 (2023-02-04)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Fix overwriting of output in verbose mode `#5530 <https://github.com/pypa/pipenv/issues/5530>`_
11+
- Fix for resolution error when direct url includes an extras. `#5536 <https://github.com/pypa/pipenv/issues/5536>`_
12+
13+
Removals and Deprecations
14+
-------------------------
15+
16+
- Remove pytest-pypi package since it's not used anymore `#5556 <https://github.com/pypa/pipenv/issues/5556>`_
17+
- Remove deprecated --three flag from the CLI. `#5576 <https://github.com/pypa/pipenv/issues/5576>`_
18+
19+
120
2022.12.19 (2022-12-19)
221
=======================
322
Pipenv 2022.12.19 (2022-12-19)

news/5530.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5536.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5556.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/5576.removal.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

pipenv/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# // ) ) / / // ) ) //___) ) // ) ) || / /
33
# //___/ / / / //___/ / // // / / || / /
44
# // / / // ((____ // / / ||/ /
5-
__version__ = "2022.12.20.dev0"
5+
__version__ = "2023.2.4"

0 commit comments

Comments
 (0)