diff options
| -rw-r--r-- | docs/news.txt | 6 | ||||
| -rwxr-xr-x | virtualenv.py | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/docs/news.txt b/docs/news.txt index 7b489b2..d352be0 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -14,6 +14,12 @@ Changes & News ``$ENV/bin/python`` and re-running virtualenv on the same target directory with the upgraded Python. +1.9.1 (2013-03-08) +~~~~~~~~~~~~~~~~~~ + +* Updated to pip 1.3.1 that fixed a major backward incompatible change of + parsing URLs to externally hosted packages that got accidentily included + in pip 1.3. 1.9 (2013-03-07) ~~~~~~~~~~~~~~~~ diff --git a/virtualenv.py b/virtualenv.py index c53ed35..ccb6eec 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -4,7 +4,7 @@ # If you change the version here, change it in setup.py # and docs/conf.py as well. -__version__ = "1.9" # following best practices +__version__ = "1.9.1" # following best practices virtualenv_version = __version__ # legacy, again import base64 |
