Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
ianb committed Apr 22, 2010
1 parent 6180d80 commit b9a9e28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions 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``
Expand All @@ -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
-----

Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -2,7 +2,7 @@
"""Create a "virtual" Python installation
"""

virtualenv_version = "1.4.7"
virtualenv_version = "1.4.8"

import sys
import os
Expand Down

0 comments on commit b9a9e28

Please sign in to comment.