mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v4.0.0
This commit is contained in:
+5
-2
@@ -1,3 +1,6 @@
|
||||
4.0.0:
|
||||
- Make --no-hashes default, introduce --hashes.
|
||||
- Fix for key error when uninstalling [dev-]packages
|
||||
3.6.2:
|
||||
- Fix bug introduced into `pipenv install` in 3.6.1.
|
||||
3.6.1:
|
||||
@@ -12,8 +15,8 @@
|
||||
3.5.6:
|
||||
- Fix broken help prompt.
|
||||
3.5.5:
|
||||
- Automatically cleanup virtualenv on keyboard interrupt.
|
||||
- General improvements.
|
||||
- Automatically cleanup virtualenv on keyboard interrupt.
|
||||
- General improvements.
|
||||
3.5.4:
|
||||
- Bug fixes.
|
||||
- Message formatting cleanup.
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
|
||||
__version__ = '3.6.2'
|
||||
__version__ = '4.0.0'
|
||||
|
||||
Reference in New Issue
Block a user