Skip to content

Commit 10d4d96

Browse files
committed
Release v2023.8.28
1 parent 8aa204e commit 10d4d96

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2023.8.28 (2023-08-28)
2+
======================
3+
Pipenv 2023.8.28 (2023-08-28)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Revert change that caused the credentials in source url issue. `#5878 <https://github.com/pypa/pipenv/issues/5878>`_
11+
- Do not treat named requirements as file installs just becacuse a match path exists; better handling of editable keyword for local file installs.
12+
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>`_
13+
14+
115
2023.8.26 (2023-08-26)
216
======================
317
Pipenv 2023.8.26 (2023-08-26)

news/5878.bugfix.rst

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

news/5885.bugfix.rst

Lines changed: 0 additions & 2 deletions
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.27.dev0"
5+
__version__ = "2023.8.28"

0 commit comments

Comments
 (0)