Skip to content

Commit c9c98af

Browse files
committed
Release v2023.8.23
1 parent a78cad8 commit c9c98af

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2023.8.23 (2023-08-22)
2+
======================
3+
Pipenv 2023.8.23 (2023-08-22)
4+
=============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- More gracefully handle @ symbols in vcs URLs to address recent regression with vcs URLs. `#5849 <https://github.com/pypa/pipenv/issues/5849>`_
11+
12+
113
2023.8.22 (2023-08-22)
214
======================
315
Pipenv 2023.8.22 (2023-08-22)

news/5849.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.23.dev0"
5+
__version__ = "2023.8.23"

0 commit comments

Comments
 (0)