From 7d219bf128a7bf469395f5e855f2f77013a2e27d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 6 Sep 2012 10:36:15 +0200 Subject: [PATCH] Bumped version up a notch and updated changelog. --- docs/news.txt | 6 ++++++ virtualenv.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/news.txt b/docs/news.txt index 1ba639ca1..c447a3d0d 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -15,6 +15,12 @@ Changes & News with the upgraded Python. +1.8.2 (2012-09-06) +~~~~~~~~~~~~~~~~~~ + +* Updated the included pip version to 1.2.1 to fix regressions introduced + there in 1.2. + 1.8.1 (2012-09-03) ~~~~~~~~~~~~~~~~~~ diff --git a/virtualenv.py b/virtualenv.py index bfdd8ec79..0067e3289 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.8.1" # following best practices +__version__ = "1.8.2" # following best practices virtualenv_version = __version__ # legacy, again import base64