diff options
author | Ian Bicking <ianb@colorstudy.com> | 2010-04-22 03:00:34 -0500 |
---|---|---|
committer | Ian Bicking <ianb@colorstudy.com> | 2010-04-22 03:00:34 -0500 |
commit | 35b8ff465735a59ced26bf01d139a043da85f6a8 (patch) | |
tree | f6736845119e6db7144a6dd3fab3e3881005fa2d | |
parent | ca5df7232467aa210d7504f6389206694679ca9d (diff) | |
download | virtualenv-1.4.8.tar.gz |
update version for release1.4.8
-rw-r--r-- | docs/news.txt | 6 | ||||
-rwxr-xr-x | virtualenv.py | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt index a0e7d35..b58e27f 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -1,8 +1,8 @@ Changes & News -------------- -hg tip ------- +1.4.8 +----- * Fix for Mac OS X Framework builds that use ``--universal-archs=intel`` @@ -13,6 +13,8 @@ hg tip bin/activate`` it will get unset; if you leave it set and do not activate the environment it will still break the environment. +* Include pip 0.7.1 + 1.4.7 ----- diff --git a/virtualenv.py b/virtualenv.py index 7c09f19..231249c 100755 --- a/virtualenv.py +++ b/virtualenv.py @@ -2,7 +2,7 @@ """Create a "virtual" Python installation """ -virtualenv_version = "1.4.7" +virtualenv_version = "1.4.8" import sys import os |