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 253bbd9 commit ba9b21fCopy full SHA for ba9b21f
docsource/history.rst
@@ -2,11 +2,15 @@
2
Release History
3
===============
4
5
-1.24.1
+1.24.2
6
7
- Add user provided :ref:`tips-and-tricks` section.
8
- Add link to Rich Leland's screencast to :ref:`references` section.
9
10
+1.24.1
11
+
12
+ - Add license text to the header of the script.
13
14
1.24
15
16
- Resolve a bug with the preactivate hook not being run properly.
pavement.py
@@ -27,7 +27,7 @@
27
28
# What project are we building?
29
PROJECT = 'virtualenvwrapper'
30
-VERSION = '1.24.1'
+VERSION = '1.24.2'
31
os.environ['VERSION'] = VERSION
32
33
# Read the long description to give to setup
0 commit comments