mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v2022.5.2
This commit is contained in:
@@ -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 +0,0 @@
|
||||
Fixes issue of ``pipenv lock -r`` command printing to stdout instead of stderr.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2022.4.1.dev0"
|
||||
__version__ = "2022.5.2"
|
||||
|
||||
Reference in New Issue
Block a user