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 b7b9962 commit c344cddCopy full SHA for c344cdd
docsource/history.rst
@@ -2,6 +2,11 @@
2
Release History
3
===============
4
5
+1.24
6
+
7
+ - Resolve a bug with the preactivate hook not being run properly.
8
+ Refer to issue #21 for complete details.
9
10
1.23
11
12
- Resolve a bug with the postmkvirtualenv hook not being run
pavement.py
@@ -27,7 +27,7 @@
27
28
# What project are we building?
29
PROJECT = 'virtualenvwrapper'
30
-VERSION = '1.23'
+VERSION = '1.24'
31
os.environ['VERSION'] = VERSION
32
33
# Read the long description to give to setup
0 commit comments