Skip to content

Commit 749cc75

Browse files
committed
set version in history and update announcement
1 parent 834fa92 commit 749cc75

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

announce.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========================
2-
virtualenvwrapper 2.7.1
3-
=========================
1+
=======================
2+
virtualenvwrapper 2.8
3+
=======================
44

55
What is virtualenvwrapper
66
=========================
@@ -11,11 +11,14 @@ 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.7.1
15-
===================
14+
What's New in 2.8
15+
=================
1616

17-
This release includes a fix for a minor intialization problem in 2.7
18-
and updated installization instructions for first-time users.
17+
This release includes a fix to make ``cpvirtualenv`` use the copy of
18+
``virtualenv`` specified by the ``VIRTUALENVWRAPPER_VIRTUALENV``
19+
variable. It also adds support for running the wrapper commands under
20+
the MSYS environment on Microsoft Windows systems (contributed by
21+
noirbizarre).
1922

2023
.. _virtualenv: http://pypi.python.org/pypi/virtualenv
2124

docs/en/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+
2.8
66

77
- Use VIRTUALENVWRAPPER_VIRTUALENV in `cpvirtualenv` (:bbissue:`104`).
88
- Add support for `MSYS <http://www.mingw.org/wiki/MSYS>`_

0 commit comments

Comments
 (0)