Skip to content

Commit

Permalink
Updated changelog and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Sep 3, 2012
1 parent c02e1d1 commit 14061f7
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
Expand Up @@ -15,12 +15,14 @@ Changes & News
with the upgraded Python.


master (unreleased)
-------------------
1.8.1 (2012-09-03)
~~~~~~~~~~~~~~~~~~

* Fixed distribute version used with `--never-download`. Thanks michr for
report and patch.

* Fix creating Python 3.3 based virtualenvs by unsetting the
``__PYVENV_LAUNCHER__`` environment variable in subprocesses.

1.8 (2012-09-01)
~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion virtualenv.py
Expand Up @@ -4,7 +4,7 @@

# If you change the version here, change it in setup.py
# and docs/conf.py as well.
__version__ = "1.8" # following best practices
__version__ = "1.8.1" # following best practices
virtualenv_version = __version__ # legacy, again

import base64
Expand Down

0 comments on commit 14061f7

Please sign in to comment.