Skip to content

Commit a45e466

Browse files
committed
announcement for 2.11 release
1 parent 918f5dd commit a45e466

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

announce.rst

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

55
What is virtualenvwrapper
66
=========================
@@ -11,13 +11,20 @@ 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.10.1
15-
====================
16-
17-
This bug-fix release includes a change to ``mktmpenv`` to resolve a
18-
problem with the way command line arguments were being handled. All
19-
temporary environments are now given automatically-generated names and
20-
the ability to name a temporary environment has been removed.
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)
2128

2229
Installing
2330
==========

0 commit comments

Comments
 (0)