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 3f96884 commit d5adb43Copy full SHA for d5adb43
docsource/history.rst
@@ -2,6 +2,11 @@
2
Release History
3
===============
4
5
+1.23
6
+
7
+ - Resolve a bug with the postmkvirtualenv hook not being run
8
+ properly. Refer to issues #19 and #20 for complete details.
9
10
1.22
11
12
- Automatically create any missing hook scripts as stubs with
pavement.py
@@ -27,7 +27,7 @@
27
28
# What project are we building?
29
PROJECT = 'virtualenvwrapper'
30
-VERSION = '1.22'
+VERSION = '1.23'
31
os.environ['VERSION'] = VERSION
32
33
# Read the long description to give to setup
0 commit comments