diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6347a0adf3..a0aef1691d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,16 @@ +2023.4.29 (2023-04-29) +====================== +Pipenv 2023.4.29 (2023-04-29) +============================= + + +Vendored Libraries +------------------ + +- Vendor in ``pip==23.1.2`` latest. `#5671 `_ +- Vendor in ``requirementslib==2.3.0`` which drops usage of ``vistir``. `#5672 `_ + + 2023.4.20 (2023-04-20) ====================== Pipenv 2023.4.20 (2023-04-20) diff --git a/news/5671.vendor.rst b/news/5671.vendor.rst deleted file mode 100644 index 20fc4879d0..0000000000 --- a/news/5671.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Vendor in ``pip==23.1.2`` latest. diff --git a/news/5672.vendor.rst b/news/5672.vendor.rst deleted file mode 100644 index 973fc37173..0000000000 --- a/news/5672.vendor.rst +++ /dev/null @@ -1 +0,0 @@ -Vendor in ``requirementslib==2.3.0`` which drops usage of ``vistir``. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index ae052b50a4..0eaa4eef59 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2023.4.21.dev0" +__version__ = "2023.4.29"