Skip to content

Commit aa94706

Browse files
committed
preparing version 1.26 for release
1 parent 0f80303 commit aa94706

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docsource/history.rst

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Release History
33
===============
44

5+
1.26
6+
7+
- Fix a problem with error messages showing up during init for users
8+
with the wrappers installed site-wide but who are not actually
9+
using them. See issue #26.
10+
- Split up the tests into multiple files.
11+
- Run all tests with all supported shells.
12+
513
1.25
614

715
- Merged in changes to cdsitepackages from William McVey. It now

pavement.py

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

3333
# Read the long description to give to setup

0 commit comments

Comments
 (0)