Skip to content

Commit

Permalink
update version and history
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Apr 7, 2010
1 parent 8017b0b commit af4d5b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release History
===============

2.0.1

- Fixed issue #29, to use a default value for ``TMPDIR`` if it is
not set in the user's shell environment.

2.0

- Rewrote hook management using Distribute_ entry points to make it
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

PROJECT = 'virtualenvwrapper'
VERSION = '2.0'
VERSION = '2.0.1'

# Bootstrap installation of Distribute
import distribute_setup
Expand Down

0 comments on commit af4d5b5

Please sign in to comment.