summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Bicking <ianb@colorstudy.com>2010-04-22 03:00:34 -0500
committerIan Bicking <ianb@colorstudy.com>2010-04-22 03:00:34 -0500
commit35b8ff465735a59ced26bf01d139a043da85f6a8 (patch)
treef6736845119e6db7144a6dd3fab3e3881005fa2d
parentca5df7232467aa210d7504f6389206694679ca9d (diff)
downloadvirtualenv-1.4.8.tar.gz
update version for release1.4.8
-rw-r--r--docs/news.txt6
-rwxr-xr-xvirtualenv.py2
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