From fe1282d706838352c2bacf763bb653ce3cc40c66 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 10 Jun 2012 16:05:10 -0400 Subject: [PATCH] bump version number and update announcement text --- announce.rst | 28 ++++++++++++++++++---------- setup.py | 2 +- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/announce.rst b/announce.rst index 635bb0b..e0bc18e 100644 --- a/announce.rst +++ b/announce.rst @@ -1,11 +1,11 @@ ======================= - virtualenvwrapper 3.4 + virtualenvwrapper 3.5 ======================= .. tags:: virtualenvwrapper release python -What is virtualenvwrapper -========================= +What is virtualenvwrapper? +========================== virtualenvwrapper_ is a set of extensions to Ian Bicking's virtualenv_ tool. The extensions include wrappers for creating and deleting @@ -13,13 +13,21 @@ virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. -What's New -========== - -- Add a "lazy loading" option for startup scripts. Refer to the - `installation instructions - `_ - for more details. +What's New? +=========== + +- Rewrite ``command-cpvirtualenv`` to use `virtualenv-clone`_ + instead of making the new environment relocatable. Contributed by + Justin Barber (barberj). This also resolves a problem + with cpvirtualenv not honoring the ``--no-site-packages`` flag + (issue 102). +- Update docs with link to `virtualenvwrapper-win`_ port by David + Marble. +- Use ``command`` to avoid functions named the same as common + utilities. (issue 119) + +.. _virtualenv-clone: http://pypi.python.org/pypi/virtualenv-clone +.. _virtualenvwrapper-win: http://pypi.python.org/pypi/virtualenvwrapper-win Installing ========== diff --git a/setup.py b/setup.py index cb5fb55..6cf1dec 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ PROJECT = 'virtualenvwrapper' # Change docs/sphinx/conf.py too! -VERSION = '3.4' +VERSION = '3.5' # Bootstrap installation of Distribute import distribute_setup