Skip to content

Commit ba9b21f

Browse files
committed
update history and bump version
1 parent 253bbd9 commit ba9b21f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docsource/history.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22
Release History
33
===============
44

5-
1.24.1
5+
1.24.2
66

77
- Add user provided :ref:`tips-and-tricks` section.
88
- Add link to Rich Leland's screencast to :ref:`references` section.
99

10+
1.24.1
11+
12+
- Add license text to the header of the script.
13+
1014
1.24
1115

1216
- Resolve a bug with the preactivate hook not being run properly.

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# What project are we building?
2929
PROJECT = 'virtualenvwrapper'
30-
VERSION = '1.24.1'
30+
VERSION = '1.24.2'
3131
os.environ['VERSION'] = VERSION
3232

3333
# Read the long description to give to setup

0 commit comments

Comments
 (0)