v2022.5.2

This commit is contained in:
Matt Davis
2022-05-02 23:41:51 -04:00
parent 5b64a6d2a9
commit 08d96a3df1
3 changed files with 11 additions and 2 deletions
+10
View File
@@ -1,3 +1,13 @@
2022.5.2 (2022-05-02)
=====================
Bug Fixes
---------
- Fixes issue of ``pipenv lock -r`` command printing to stdout instead of stderr. `#5091 <https://github.com/pypa/pipenv/issues/5091>`_
2022.4.30 (2022-04-30)
======================
-1
View File
@@ -1 +0,0 @@
Fixes issue of ``pipenv lock -r`` command printing to stdout instead of stderr.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2022.4.1.dev0"
__version__ = "2022.5.2"