11=======================
2- virtualenvwrapper 4.0
2+ virtualenvwrapper 4.1
33=======================
44
55.. tags :: virtualenvwrapper release python
@@ -16,17 +16,23 @@ introducing conflicts in their dependencies.
1616What's New?
1717===========
1818
19- **Warning: ** This release includes some potentially incompatible
20- changes for extensions. The python modules for extensions are now
21- *always * run with ``PWD=$WORKON_HOME `` (previously the value of PWD
22- varied depending on the hook). The *shell * portion of any hook
23- (anything sourced by the user's shell when the hook is run) is still
24- run in the same place as before.
25-
26- - All tests pass under Python 2.6, 2.7, 3.2 and 3.3.
27- - Fix the name of the script in an error message produced
28- by ``virtualenvwrapper_lazy.sh ``. (Contributed by
29- scottstvnsn.)
19+ - Ensure that all ``$() `` style commands that produce paths are
20+ quoted; addresses issue 164.
21+ - Add ``wipeenv `` command for removing all packages installed in the
22+ virtualenv.
23+ - Allow users of ``virtualenvwrapper_lazy.sh `` to extend the list of
24+ API commands that trigger the lazy-loader by extending
25+ ``_VIRTUALENVWRAPPER_API ``. Patch contributed by John Purnell, see
26+ issue 188.
27+ - Fix detection of ``--python `` option to ``mkvirtualenv ``. Resolves
28+ issue 190.
29+ - Add ``allvirtualenv `` command to run a command across all
30+ virtualenvs. Suggested by Dave Coutts in issue 186.
31+ - Fix ``lsvirtualenv `` when there are spaces in
32+ ``WORKON_HOME ``. Resolves issue 194.
33+ - Switch to `pbr `_ for packaging.
34+
35+ .. _pbr : https://github.com/openstack-dev/pbr
3036
3137Installing
3238==========
0 commit comments