Skip to content

Commit a9e1c8c

Browse files
committed
update announcement file
1 parent 34c7c24 commit a9e1c8c

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

announce.rst

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=======================
2-
virtualenvwrapper 2.8
2+
virtualenvwrapper 2.9
33
=======================
44

55
What is virtualenvwrapper
@@ -11,14 +11,25 @@ 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.8
14+
What's New in 2.9
1515
=================
1616

17-
This release includes a fix to make ``cpvirtualenv`` use the copy of
18-
``virtualenv`` specified by the ``VIRTUALENVWRAPPER_VIRTUALENV``
19-
variable. It also adds support for running the wrapper commands under
20-
the MSYS environment on Microsoft Windows systems (contributed by
21-
noirbizarre).
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.
2233

2334
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
2435

0 commit comments

Comments
 (0)