1
- =======================
2
- virtualenvwrapper 2.9
3
- =======================
1
+ ========================
2
+ virtualenvwrapper 2.10
3
+ ========================
4
4
5
5
What is virtualenvwrapper
6
6
=========================
@@ -11,25 +11,27 @@ virtual environments and otherwise managing your development workflow,
11
11
making it easier to work on more than one project at a time without
12
12
introducing conflicts in their dependencies.
13
13
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
15
29
=================
16
30
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.
33
35
34
36
.. _virtualenv : http://pypi.python.org/pypi/virtualenv
35
37
0 commit comments