Skip to content

Commit 94a817d

Browse files
committed
update version and history
1 parent 66c02ef commit 94a817d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/source/history.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
Release History
33
===============
44

5+
2.0.2
6+
7+
- Fixed issue #32, making virtualenvwrapper.user_scripts compatible
8+
with Python 2.5 again.
9+
510
2.0.1
611

712
- Fixed issue #29, to use a default value for ``TMPDIR`` if it is

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
PROJECT = 'virtualenvwrapper'
4-
VERSION = '2.0.1'
4+
VERSION = '2.0.2'
55

66
# Bootstrap installation of Distribute
77
import distribute_setup

0 commit comments

Comments
 (0)