1
- ==========================
2
- virtualenvwrapper 2.10.1
3
- ==========================
1
+ ========================
2
+ virtualenvwrapper 2.11
3
+ ========================
4
4
5
5
What is virtualenvwrapper
6
6
=========================
@@ -11,13 +11,20 @@ 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.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)
21
28
22
29
Installing
23
30
==========
0 commit comments