mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
v9.0.1
This commit is contained in:
+3
-1
@@ -1,4 +1,6 @@
|
||||
- Fixed regression causing development packages to always be installed
|
||||
9.0.1:
|
||||
- Fixed issue with specifiers being treated as paths on Windows.
|
||||
- Fixed regression causing development packages to always be installed.
|
||||
9.0.0:
|
||||
- Fixed bug where packages beginning with vcs names (e.g. git) weren't installed correctly.
|
||||
- Fixed url parsing for <vcs>+<vcs>:// style urls.
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
|
||||
__version__ = '9.0.0'
|
||||
__version__ = '9.0.1'
|
||||
|
||||
Reference in New Issue
Block a user