Skip to content

Commit

Permalink
Release v2023.8.26
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 26, 2023
1 parent 08c14e9 commit e446087
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2023.8.26 (2023-08-26)
======================
Pipenv 2023.8.26 (2023-08-26)
=============================


Bug Fixes
---------

- Additional property caching to avoid duplication of sources in the resolver. `#5863 <https://github.com/pypa/pipenv/issues/5863>`_
- Fix recent regressions with local/editable file installs. `#5870 <https://github.com/pypa/pipenv/issues/5870>`_
- Fixes the vcs subdirectory fragments regression; fixes sys_platform markers regression. `#5871 <https://github.com/pypa/pipenv/issues/5871>`_
- Fix regression that caused printing non-printable ascii characters when help was called. `#5872 <https://github.com/pypa/pipenv/issues/5872>`_


2023.8.25 (2023-08-25)
======================
Pipenv 2023.8.25 (2023-08-25)
Expand Down
1 change: 0 additions & 1 deletion news/5863.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5870.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5871.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/5872.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion pipenv/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.8.26.dev0"
__version__ = "2023.8.26"

0 comments on commit e446087

Please sign in to comment.