Skip to content

Commit 3c9a57e

Browse files
committed
bump version to 2.6 and document updates
1 parent e40bc72 commit 3c9a57e

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

docs/en/history.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Release History
33
===============
44

5+
2.6
6+
7+
- Fixed a problem with hook script line endings under Cygwin
8+
(:bbissue:`68`).
9+
- Updated documentation to include a list of the compatible shells
10+
(:ref:`supported-shells`) and Python versions
11+
(:ref:`supported-versions`) (:bbissue:`70`).
12+
- Fixed installation dependency on virtualenv (:bbissue:`60`).
13+
- Fixed the method for determining the Python version so it works
14+
under Python 2.4 (:bbissue:`61`).
15+
- Converted the test infrastructure to use `tox
16+
<http://codespeak.net/tox/index.html>`_ instead of home-grown
17+
scripts in the Makefile.
18+
519
2.5.3
620

721
- Point release uploaded to PyPI during outage on doughellmann.com.

docs/en/install.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Installation
33
============
44

5+
.. _supported-shells:
6+
57
Supported Shells
68
================
79

@@ -14,6 +16,8 @@ request through the bitbucket project page. If you write a clone to
1416
work with an incompatible shell, let me know and I will link to it
1517
from this page.
1618

19+
.. _supported-versions:
20+
1721
Python Versions
1822
===============
1923

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
PROJECT = 'virtualenvwrapper'
4-
VERSION = '2.5.3'
4+
VERSION = '2.6'
55

66
# Bootstrap installation of Distribute
77
import distribute_setup

0 commit comments

Comments
 (0)