Skip to content

Commit 3249cab

Browse files
committed
bump version; pre-release code cleanup
1 parent 55de7c4 commit 3249cab

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docsource/history.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
===============
22
Release History
33
===============
4+
5+
1.27
46

57
- Added cpvirtualenv command [Thomas Desvenain]
68

pavement.py

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

2929
# What project are we building?
3030
PROJECT = 'virtualenvwrapper'
31-
VERSION = '1.26'
31+
VERSION = '1.27'
3232
os.environ['VERSION'] = VERSION
3333

3434
# Read the long description to give to setup

virtualenvwrapper_bashrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ function lssitepackages () {
424424
fi
425425
}
426426

427+
# Duplicate the named virtualenv to make a new one.
427428
function cpvirtualenv() {
428429

429430
typeset env_name="$1"

0 commit comments

Comments
 (0)