Skip to content

Commit 836e756

Browse files
committed
Release v2023.7.23
1 parent 839554d commit 836e756

File tree

8 files changed

+26
-7
lines changed

8 files changed

+26
-7
lines changed

CHANGELOG.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2023.7.23 (2023-07-23)
2+
======================
3+
Pipenv 2023.7.23 (2023-07-23)
4+
=============================
5+
6+
7+
Features & Improvements
8+
-----------------------
9+
10+
- Upgrades ``pip==23.2`` which includes everything from the pip changelog. Drops the "install_compatatability_finder" pip internals patch. `#5808 <https://github.com/pypa/pipenv/issues/5808>`_
11+
12+
Bug Fixes
13+
---------
14+
15+
- Fix issue parsing some Pipfiles with separate packages.<pkg> sections (tomlkit OutOfOrderTableProxy) `#5794 <https://github.com/pypa/pipenv/issues/5794>`_
16+
- Fix all ruff linter warnings `#5807 <https://github.com/pypa/pipenv/issues/5807>`_
17+
- Restore running Resolver in sub-process using the project python by default; maintains ability to run directly by setting ``PIPENV_RESOLVER_PARENT_PYTHON`` environment variable to 1 (useful for internal debugging). `#5809 <https://github.com/pypa/pipenv/issues/5809>`_
18+
- Fix error when a Windows path begins with a '\' with ``pythonfinder==2.0.5``. `#5812 <https://github.com/pypa/pipenv/issues/5812>`_
19+
20+
Vendored Libraries
21+
------------------
22+
23+
- Remove usage of click.secho in some modules. `#5804 <https://github.com/pypa/pipenv/issues/5804>`_
24+
25+
126
2023.7.11 (2023-07-11)
227
======================
328
Pipenv 2023.7.11 (2023-07-11)

news/5794.bugfix.rst

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

news/5804.vendor.rst

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

news/5807.bugfix.rst

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

news/5808.feature.rst

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

news/5809.bugfix.rst

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

news/5812.bugfix.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.12.dev0"
5+
__version__ = "2023.7.23"

0 commit comments

Comments
 (0)