diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03d1bee7..83968662 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +2022.4.21 (2022-04-21) +====================== + + +Removals and Deprecations +------------------------- + +- Updated setup.py to remove support for python 3.6 from built ``pipenv`` packages' Metadata. `#5065 `_ + + 2022.4.20 (2022-04-20) ====================== diff --git a/news/5065.removal.rst b/news/5065.removal.rst deleted file mode 100644 index d57441ad..00000000 --- a/news/5065.removal.rst +++ /dev/null @@ -1 +0,0 @@ -Updated setup.py to remove support for python 3.6 from built ``pipenv`` packages' Metadata. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 7f0fabfd..34cf8269 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -2,4 +2,4 @@ # // ) ) / / // ) ) //___) ) // ) ) || / / # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = "2022.4.21.dev0" +__version__ = "2022.4.21"