Skip to content

Commit deae8d6

Browse files
committed
update announcement text
1 parent f239e82 commit deae8d6

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

announce.rst

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=======================
2-
virtualenvwrapper 2.9
3-
=======================
1+
========================
2+
virtualenvwrapper 2.10
3+
========================
44

55
What is virtualenvwrapper
66
=========================
@@ -11,25 +11,27 @@ 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.9
14+
What's New in 2.10
15+
==================
16+
17+
- Incorporated patch to add ``-d`` option to
18+
``add2virtualenv``, contributed by ``miracle2k``.
19+
- Add ``-i`` option to ``mkvirtualenv``.
20+
- Add ``mktmpenv`` command for creating temporary
21+
environments that are automatically removed when they are
22+
deactivated.
23+
- Fixed a problem with hook_loader that prevented it from working
24+
under Python 2.5 and 2.4.
25+
- Fix a problem with the way template names were processed under
26+
zsh. (issue #111)
27+
28+
Upgrading to 2.10
1529
=================
1630

17-
This release merges in the project directory management features
18-
previously delivered separately as ``virtualenvwrapper.project``. The
19-
new command ``mkproject`` creates a working directory associated with
20-
a virtualenv, and can apply templates to populate the directory (for
21-
example, to create a new Django site).
22-
23-
This release also adds a ``-r`` option to ``mkvirtualenv`` to specify
24-
a pip requirements file for packages that should be installed into the
25-
new environment after is is created.
26-
27-
Upgrading to 2.9
28-
================
29-
30-
Version 2.9 includes the features previously delivered separately by
31-
``virtualenvwrapper.project``. If you have an older verison of the
32-
project extensions installed, remove them before upgrading.
31+
Version 2.10 includes the features previously delivered separately by
32+
``virtualenvwrapper.tmpenv``. If you have an older verison of the
33+
temporary environment extensions installed, remove it before
34+
upgrading.
3335

3436
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
3537

0 commit comments

Comments
 (0)