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 66c02ef commit 94a817dCopy full SHA for 94a817d
docs/source/history.rst
@@ -2,6 +2,11 @@
2
Release History
3
===============
4
5
+2.0.2
6
+
7
+ - Fixed issue #32, making virtualenvwrapper.user_scripts compatible
8
+ with Python 2.5 again.
9
10
2.0.1
11
12
- Fixed issue #29, to use a default value for ``TMPDIR`` if it is
setup.py
@@ -1,7 +1,7 @@
1
#!/usr/bin/env python
PROJECT = 'virtualenvwrapper'
-VERSION = '2.0.1'
+VERSION = '2.0.2'
# Bootstrap installation of Distribute
import distribute_setup
0 commit comments