From cbcc89bee73e5af2e34252deb686ad7578e14c61 Mon Sep 17 00:00:00 2001 From: Nate Prewitt Date: Fri, 15 Dec 2017 07:56:42 -0800 Subject: [PATCH] v9.0.1 --- HISTORY.txt | 4 +++- pipenv/__version__.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY.txt b/HISTORY.txt index 97426f9a..8601ac49 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -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 +:// style urls. diff --git a/pipenv/__version__.py b/pipenv/__version__.py index 5edbe438..050fe0dc 100644 --- a/pipenv/__version__.py +++ b/pipenv/__version__.py @@ -3,4 +3,4 @@ # //___/ / / / //___/ / // // / / || / / # // / / // ((____ // / / ||/ / -__version__ = '9.0.0' +__version__ = '9.0.1'