We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8017b0b commit af4d5b5Copy full SHA for af4d5b5
docs/source/history.rst
@@ -2,6 +2,11 @@
2
Release History
3
===============
4
5
+2.0.1
6
+
7
+ - Fixed issue #29, to use a default value for ``TMPDIR`` if it is
8
+ not set in the user's shell environment.
9
10
2.0
11
12
- Rewrote hook management using Distribute_ entry points to make it
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
PROJECT = 'virtualenvwrapper'
-VERSION = '2.0'
+VERSION = '2.0.1'
# Bootstrap installation of Distribute
import distribute_setup
0 commit comments