Skip to content

Commit ce15812

Browse files
committed
package release 3.0.1; fixes #126
1 parent 493fa7d commit ce15812

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

announce.rst

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

55
What is virtualenvwrapper
66
=========================
@@ -11,11 +11,11 @@ virtual environments and otherwise managing your development workflow,
1111
making it easier to work on more than one project at a time without
1212
introducing conflicts in their dependencies.
1313

14-
What's New in 3.0
15-
=================
14+
What's New in 3.0.1
15+
===================
1616

17-
- Add Python 3 support, thanks in large part to the efforts of Daniel
18-
Kraus. Tested under Python 2.6, 2.7, and 3.2.
17+
- Fix some packaging issues that made it more difficult to run the
18+
tests directly from the sdist package.
1919

2020
Installing
2121
==========

docs/en/history.rst

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

5+
3.0.1
6+
7+
- Fix some packaging issues that made it more difficult to run the
8+
tests directly from the sdist package. (:bbissue:`126`)
9+
510
3.0
611

712
- Add Python 3 support, thanks in large part to the efforts of

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'
6+
VERSION = '3.0.1'
77

88
# Bootstrap installation of Distribute
99
import distribute_setup

0 commit comments

Comments
 (0)