Skip to content

Commit ec01f96

Browse files
committed
point release before uploading sdist
1 parent b0d2ebe commit ec01f96

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/en/history.rst

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

5+
2.5.3
6+
7+
- Point release uploaded to PyPI during outage on doughellmann.com.
8+
59
2.5.2
610

711
- Apply patch from Zach Voase to fix :ref:`command-lsvirtualenv`

setup.py

Lines changed: 3 additions & 3 deletions
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.2'
4+
VERSION = '2.5.3'
55

66
# Bootstrap installation of Distribute
77
import distribute_setup
@@ -120,8 +120,8 @@ def find_package_data(
120120
author_email = '[email protected]',
121121

122122
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),
125125

126126
classifiers = [ 'Development Status :: 5 - Production/Stable',
127127
'License :: OSI Approved :: BSD License',

0 commit comments

Comments
 (0)