File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 22Release 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+
5192.5.3
620
721 - Point release uploaded to PyPI during outage on doughellmann.com.
Original file line number Diff line number Diff line change 22Installation
33============
44
5+ .. _supported-shells :
6+
57Supported Shells
68================
79
@@ -14,6 +16,8 @@ request through the bitbucket project page. If you write a clone to
1416work with an incompatible shell, let me know and I will link to it
1517from this page.
1618
19+ .. _supported-versions :
20+
1721Python Versions
1822===============
1923
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
33PROJECT = 'virtualenvwrapper'
4- VERSION = '2.5.3 '
4+ VERSION = '2.6 '
55
66# Bootstrap installation of Distribute
77import distribute_setup
You can’t perform that action at this time.
0 commit comments