Skip to content

Commit 1caaf9f

Browse files
committed
Release v2023.8.19
1 parent 6ac1451 commit 1caaf9f

File tree

7 files changed

+34
-7
lines changed

7 files changed

+34
-7
lines changed

CHANGELOG.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
2023.8.19 (2023-08-19)
2+
======================
3+
Pipenv 2023.8.19 (2023-08-19)
4+
=============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- The ``--categories`` option now works with requirements.txt file. `#5722 <https://github.com/pypa/pipenv/issues/5722>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Drop requirementslib for managing pip lines and InstallRequirements, bring remaining requirementslib functionality into pipenv.
16+
Fixes numerous reports about extras installs with vcs and file installs; format pip lines correctly to not generate deprecation warnings. `#5793 <https://github.com/pypa/pipenv/issues/5793>`_
17+
18+
Vendored Libraries
19+
------------------
20+
21+
- Update pip 23.2 -> 23.2.1 `#5822 <https://github.com/pypa/pipenv/issues/5822>`_
22+
23+
Improved Documentation
24+
----------------------
25+
26+
- Added documentation on how to move or rename a project directory `#5129 <https://github.com/pypa/pipenv/issues/5129>`_
27+
28+
Removals and Deprecations
29+
-------------------------
30+
31+
- The ``--skip-lock`` flag which was deprecated, has now been removed to unblock modernizing the pipenv resolver code. `#5805 <https://github.com/pypa/pipenv/issues/5805>`_
32+
33+
134
2023.7.23 (2023-07-23)
235
======================
336

news/5129.doc.rst

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

news/5722.feature.rst

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

news/5793.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

news/5805.removal.rst

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

news/5822.vendor.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__ = "2023.7.24.dev0"
5+
__version__ = "2023.8.19"

0 commit comments

Comments
 (0)