Skip to content

Commit 854e297

Browse files
committed
prepare release 3.1
1 parent a024705 commit 854e297

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

announce.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========================
2-
virtualenvwrapper 3.0.1
3-
=========================
1+
=======================
2+
virtualenvwrapper 3.1
3+
=======================
44

55
.. tags:: virtualenvwrapper release python
66

@@ -13,11 +13,13 @@ virtual environments and otherwise managing your development workflow,
1313
making it easier to work on more than one project at a time without
1414
introducing conflicts in their dependencies.
1515

16-
What's New in 3.0.1
17-
===================
16+
What's New in 3.1
17+
=================
1818

19-
- Fix some packaging issues that made it more difficult to run the
20-
tests directly from the sdist package.
19+
- Fix a problem with activation hooks when associating a new
20+
virtualenv with an existing project directory.
21+
- Fix a problem with ``add2virtualenv`` and paths containing "special"
22+
characters such as ``&``.
2123

2224
Installing
2325
==========

docs/en/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release History
33
===============
44

5-
dev
5+
3.1
66

77
- Fix a problem with activation hooks when associating a new
88
virtualenv with an existing project directory. (:bbissue:`122`)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PROJECT = 'virtualenvwrapper'
44

55
# Change docs/sphinx/conf.py too!
6-
VERSION = '3.0.1'
6+
VERSION = '3.1'
77

88
# Bootstrap installation of Distribute
99
import distribute_setup

0 commit comments

Comments
 (0)