From c9c98afeb1255a2a657728998aba3e0e4052e41a Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Tue, 22 Aug 2023 21:16:52 -0400 Subject: [PATCH] Release v2023.8.23 --- CHANGELOG.rst | 12 ++++++++++++ news/5849.bugfix.rst | 1 - pipenv/__version__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) delete mode 100644 news/5849.bugfix.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d615fed60..2084a800e6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +2023.8.23 (2023-08-22) +====================== +Pipenv 2023.8.23 (2023-08-22) +============================= + + +Bug Fixes +--------- + +- More gracefully handle @ symbols in vcs URLs to address recent regression with vcs URLs. `#5849 `_ + + 2023.8.22 (2023-08-22) ====================== Pipenv 2023.8.22 (2023-08-22) diff --git a/news/5849.bugfix.rst b/news/5849.bugfix.rst deleted file mode 100644 index 7d462892ba..0000000000 --- a/news/5849.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -More gracefully handle @ symbols in vcs URLs to address recent regression with vcs URLs. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 88715e77a3..4b30c54ac8 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2023.8.23.dev0" +__version__ = "2023.8.23"