We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f80303 commit aa94706Copy full SHA for aa94706
docsource/history.rst
@@ -2,6 +2,14 @@
2
Release History
3
===============
4
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
13
1.25
14
15
- Merged in changes to cdsitepackages from William McVey. It now
pavement.py
@@ -27,7 +27,7 @@
27
28
# What project are we building?
29
PROJECT = 'virtualenvwrapper'
30
-VERSION = '1.25'
+VERSION = '1.26'
31
os.environ['VERSION'] = VERSION
32
33
# Read the long description to give to setup
0 commit comments