We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78cad8 commit c9c98afCopy full SHA for c9c98af
CHANGELOG.rst
@@ -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
13
2023.8.22 (2023-08-22)
14
======================
15
Pipenv 2023.8.22 (2023-08-22)
news/5849.bugfix.rst
pipenv/__version__.py
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
-__version__ = "2023.8.23.dev0"
+__version__ = "2023.8.23"
0 commit comments