Skip to content

Commit c344cdd

Browse files
committed
bump version and update history
1 parent b7b9962 commit c344cdd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docsource/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+
1.24
6+
7+
- Resolve a bug with the preactivate hook not being run properly.
8+
Refer to issue #21 for complete details.
9+
510
1.23
611

712
- Resolve a bug with the postmkvirtualenv hook not being run

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.23'
30+
VERSION = '1.24'
3131
os.environ['VERSION'] = VERSION
3232

3333
# Read the long description to give to setup

0 commit comments

Comments
 (0)