Skip to content

Commit ce97150

Browse files
committed
bump version to 2.10.1; closes #114
1 parent 65dc79f commit ce97150

File tree

3 files changed

+20
-27
lines changed

3 files changed

+20
-27
lines changed

announce.rst

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
========================
2-
virtualenvwrapper 2.10
3-
========================
1+
==========================
2+
virtualenvwrapper 2.10.1
3+
==========================
44

55
What is virtualenvwrapper
66
=========================
@@ -11,27 +11,19 @@ virtual environments and otherwise managing your development workflow,
1111
making it easier to work on more than one project at a time without
1212
introducing conflicts in their dependencies.
1313

14-
What's New in 2.10
15-
==================
16-
17-
- Incorporated patch to add ``-d`` option to
18-
``add2virtualenv``, contributed by ``miracle2k``.
19-
- Add ``-i`` option to ``mkvirtualenv``.
20-
- Add ``mktmpenv`` command for creating temporary
21-
environments that are automatically removed when they are
22-
deactivated.
23-
- Fixed a problem with hook_loader that prevented it from working
24-
under Python 2.5 and 2.4.
25-
- Fix a problem with the way template names were processed under
26-
zsh. (issue #111)
27-
28-
Upgrading to 2.10
29-
=================
30-
31-
Version 2.10 includes the features previously delivered separately by
32-
``virtualenvwrapper.tmpenv``. If you have an older verison of the
33-
temporary environment extensions installed, remove it before
34-
upgrading.
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.
21+
22+
Installing
23+
==========
24+
25+
Visit the virtualenvwrapper_ project page for download links and
26+
installation instructions.
3527

3628
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
3729

docs/en/history.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
Release History
33
===============
44

5-
dev
5+
2.10.1
66

77
- Changed arguments to :ref:`command-mktmpenv` so it always creates
8-
an environment name for you. (:bbissue:`114`)
8+
an environment name for you. (:bbissue:`114` reported by
9+
:bbuser:`alex_gaynor`)
910

1011
2.10
1112

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PROJECT = 'virtualenvwrapper'
44

55
# Change docs/sphinx/conf.py too!
6-
VERSION = '2.10'
6+
VERSION = '2.10.1'
77

88
# Bootstrap installation of Distribute
99
import distribute_setup

0 commit comments

Comments
 (0)