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 2
2
Release History
3
3
===============
4
4
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
+
5
19
2.5.3
6
20
7
21
- Point release uploaded to PyPI during outage on doughellmann.com.
Original file line number Diff line number Diff line change 2
2
Installation
3
3
============
4
4
5
+ .. _supported-shells :
6
+
5
7
Supported Shells
6
8
================
7
9
@@ -14,6 +16,8 @@ request through the bitbucket project page. If you write a clone to
14
16
work with an incompatible shell, let me know and I will link to it
15
17
from this page.
16
18
19
+ .. _supported-versions :
20
+
17
21
Python Versions
18
22
===============
19
23
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
3
3
PROJECT = 'virtualenvwrapper'
4
- VERSION = '2.5.3 '
4
+ VERSION = '2.6 '
5
5
6
6
# Bootstrap installation of Distribute
7
7
import distribute_setup
You can’t perform that action at this time.
0 commit comments