This commit is contained in:
2017-05-16 11:47:39 -04:00
parent 78442d18e7
commit f8af61649f
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -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.
+1 -1
View File
@@ -3,4 +3,4 @@
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = '3.6.2'
__version__ = '4.0.0'