Skip to content

Commit 14989f8

Browse files
committed
update announcement blog post for 3.2
1 parent 30c30d6 commit 14989f8

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

announce.rst

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

55
.. tags:: virtualenvwrapper release python
@@ -13,13 +13,25 @@ virtual environments and otherwise managing your development workflow,
1313
making it easier to work on more than one project at a time without
1414
introducing conflicts in their dependencies.
1515

16-
What's New in 3.1
16+
What's New in 3.2
1717
=================
1818

19-
- Fix a problem with activation hooks when associating a new
20-
virtualenv with an existing project directory.
21-
- Fix a problem with ``add2virtualenv`` and paths containing "special"
22-
characters such as ``&``.
19+
- Make ``project_dir`` a local variable so that
20+
``cdproject`` does not interfere with other variables
21+
the user might have set. (contributed by ``slackorama``)
22+
- Fix typo in documentation reported by Nick Martin.
23+
- Change trove classifier for license "MIT" to reflect the license
24+
text presented in the documentation. *This does not indicate a
25+
change in the license, just a correction to the expression of that
26+
intent.* (contributed by ``ralphbean`` as fix for issue 134)
27+
- Extend ``rmvirtualenv`` to allow removing more than one
28+
environment at a time. (contributed by ``ciberglo``)
29+
- Change the definition of ``virtualenvwrapper_get_site_packages_dir``
30+
to ask ``distutils`` for the ``site-packages`` directory instead of
31+
trying to build the path ourselves in the shell script. This should
32+
resolve issue 112 and improve support for Python interpreters other
33+
than C Python. Thanks to Carl Meyer and Dario Bertini for their
34+
contributions toward the fix.
2335

2436
Installing
2537
==========

0 commit comments

Comments
 (0)