File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
Release History
3
3
===============
4
4
5
+ 2.5.3
6
+
7
+ - Point release uploaded to PyPI during outage on doughellmann.com.
8
+
5
9
2.5.2
6
10
7
11
- Apply patch from Zach Voase to fix :ref: `command-lsvirtualenv `
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.2 '
4
+ VERSION = '2.5.3 '
5
5
6
6
# Bootstrap installation of Distribute
7
7
import distribute_setup
@@ -120,8 +120,8 @@ def find_package_data(
120
120
author_email = '[email protected] ' ,
121
121
122
122
url = 'http://www.doughellmann.com/projects/%s/' % PROJECT ,
123
- download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
124
- (PROJECT , VERSION ),
123
+ # download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
124
+ # (PROJECT, VERSION),
125
125
126
126
classifiers = [ 'Development Status :: 5 - Production/Stable' ,
127
127
'License :: OSI Approved :: BSD License' ,
You can’t perform that action at this time.
0 commit comments