Skip to content

Commit 2005a12

Browse files
committed
prep release 1.15
1 parent 4c8de91 commit 2005a12

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ For more details, refer to the column published in the May 2008 issue of Python
130130
Updates
131131
=======
132132

133-
upcoming
133+
1.15
134134
- Better error handling in mkvirtualenv.
135+
- Remove bogus VIRTUALENV_WRAPPER_BIN variable.
135136

136137
1.14
137138
- Wrap the virtualenv version of deactivate() with one that lets us invoke

pavement.py

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

2323
# What project are we building?
2424
PROJECT = 'virtualenvwrapper'
25-
VERSION = '1.14'
25+
VERSION = '1.15'
2626

2727
# Read the long description to give to setup
2828
README_FILE = 'README'

0 commit comments

Comments
 (0)