Skip to content

Commit a797402

Browse files
committed
update history and version number for bug release
1 parent 187d11a commit a797402

File tree

3 files changed

+15
-18
lines changed

3 files changed

+15
-18
lines changed

announce.rst

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
========================
2-
virtualenvwrapper 2.11
3-
========================
1+
==========================
2+
virtualenvwrapper 2.11.1
3+
==========================
44

55
What is virtualenvwrapper
66
=========================
@@ -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 2.11.1
15+
====================
16+
17+
- Fixes a bug with tab completion in sub-shell environments such as
18+
screen and tmux introduced in 2.11.
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+
2.11.1
6+
7+
- Remove the initialization shortcut because it breaks tab
8+
completion in sub-shell environments like screen and
9+
tmux. (:bbissue:`121`)
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 = '2.11.1'
77

88
# Bootstrap installation of Distribute
99
import distribute_setup

0 commit comments

Comments
 (0)