Skip to content

Commit

Permalink
Release v2023.8.28
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Aug 29, 2023
1 parent 8aa204e commit 10d4d96
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2023.8.28 (2023-08-28)
======================
Pipenv 2023.8.28 (2023-08-28)
=============================


Bug Fixes
---------

- Revert change that caused the credentials in source url issue. `#5878 <https://github.com/pypa/pipenv/issues/5878>`_
- Do not treat named requirements as file installs just becacuse a match path exists; better handling of editable keyword for local file installs.
Handle additional edge cases in the setup.py ast parser logic for trying to determine local install package name. `#5885 <https://github.com/pypa/pipenv/issues/5885>`_


2023.8.26 (2023-08-26)
======================
Pipenv 2023.8.26 (2023-08-26)
Expand Down
1 change: 0 additions & 1 deletion news/5878.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/5885.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.27.dev0"
__version__ = "2023.8.28"

0 comments on commit 10d4d96

Please sign in to comment.