Skip to content

Commit e446087

Browse files
committed
Release v2023.8.26
1 parent 08c14e9 commit e446087

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2023.8.26 (2023-08-26)
2+
======================
3+
Pipenv 2023.8.26 (2023-08-26)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Additional property caching to avoid duplication of sources in the resolver. `#5863 <https://github.com/pypa/pipenv/issues/5863>`_
11+
- Fix recent regressions with local/editable file installs. `#5870 <https://github.com/pypa/pipenv/issues/5870>`_
12+
- Fixes the vcs subdirectory fragments regression; fixes sys_platform markers regression. `#5871 <https://github.com/pypa/pipenv/issues/5871>`_
13+
- Fix regression that caused printing non-printable ascii characters when help was called. `#5872 <https://github.com/pypa/pipenv/issues/5872>`_
14+
15+
116
2023.8.25 (2023-08-25)
217
======================
318
Pipenv 2023.8.25 (2023-08-25)

news/5863.bugfix.rst

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

news/5870.bugfix.rst

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

news/5871.bugfix.rst

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

news/5872.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.8.26.dev0"
5+
__version__ = "2023.8.26"

0 commit comments

Comments
 (0)