Skip to content

Commit d5adb43

Browse files
committed
prep for release
1 parent 3f96884 commit d5adb43

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.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+
510
1.22
611

712
- Automatically create any missing hook scripts as stubs with

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

3333
# Read the long description to give to setup

0 commit comments

Comments
 (0)