Skip to content

Commit a5745f2

Browse files
committed
bump version number, update history, prepare announcement
1 parent ba0c542 commit a5745f2

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

announce.rst

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
========================
2-
virtualenvwrapper 2.11
2+
virtualenvwrapper 3.0
33
========================
44

55
What is virtualenvwrapper
@@ -11,20 +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 2.11
15-
==================
16-
17-
- Add ``-a`` option to ``mkvirtualenv`` to associate a
18-
new virtualenv with an existing project directory. Contributed by
19-
Mike Fogel.
20-
- Drops support for Python 2.4 and 2.5. The tools may still work,
21-
but I no longer have a development environment set up for testing
22-
them, so I do not officially support them.
23-
- Shortcut initialization if it has run before.
24-
- Set hook log file permissions to be group-writable. (issue 62)
25-
- Add ``VIRTUALENVWRAPPER_PROJECT_FILENAME`` variable so the
26-
``.project`` file used to link a virtualenv to a project can be
27-
renamed to avoid conflicts with other tools. (issue 120)
14+
What's New in 3.0
15+
=================
16+
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.
2819

2920
Installing
3021
==========

docs/en/history.rst

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

5+
3.0
6+
7+
- Add Python 3 support, thanks in large part to the efforts of
8+
Daniel Kraus (:bbuser:`dakra`). Tested under Python 2.6, 2.7, and
9+
3.2.
10+
511
2.11
612

713
- Add ``-a`` option to :ref:`command-mkvirtualenv` to associate a

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

88
# Bootstrap installation of Distribute
99
import distribute_setup

0 commit comments

Comments
 (0)