Skip to content

Commit 12447fe

Browse files
committed
prep for 4.1 release
Change-Id: I966eb2d5531484fa4f8a8933d077fbbc4513ce1b
1 parent 72c8f5e commit 12447fe

File tree

3 files changed

+19
-58
lines changed

3 files changed

+19
-58
lines changed

announce.es.rst

Lines changed: 0 additions & 45 deletions
This file was deleted.

announce.rst

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
1616
What'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

3137
Installing
3238
==========

docs/source/history.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Release History
33
===============
44

5-
dev
5+
4.1
66
===
77

88
- Ensure that all ``$()`` style commands that produce paths are

0 commit comments

Comments
 (0)