v2022.4.21

This commit is contained in:
Matt Davis
2022-04-21 23:47:15 -04:00
parent f0199ee47c
commit 7191f5ca57
3 changed files with 11 additions and 2 deletions
+10
View File
@@ -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 <https://github.com/pypa/pipenv/issues/5065>`_
2022.4.20 (2022-04-20)
======================
-1
View File
@@ -1 +0,0 @@
Updated setup.py to remove support for python 3.6 from built ``pipenv`` packages' Metadata.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.4.21.dev0"
__version__ = "2022.4.21"