Skip to content

Commit

Permalink
point release before uploading sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
dhellmann committed Oct 1, 2010
1 parent b0d2ebe commit ec01f96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions docs/en/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============

2.5.3

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

2.5.2

- Apply patch from Zach Voase to fix :ref:`command-lsvirtualenv`
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

PROJECT = 'virtualenvwrapper'
VERSION = '2.5.2'
VERSION = '2.5.3'

# Bootstrap installation of Distribute
import distribute_setup
Expand Down Expand Up @@ -120,8 +120,8 @@ def find_package_data(
author_email = '[email protected]',

url = 'http://www.doughellmann.com/projects/%s/' % PROJECT,
download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
(PROJECT, VERSION),
# download_url = 'http://www.doughellmann.com/downloads/%s-%s.tar.gz' % \
# (PROJECT, VERSION),

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

0 comments on commit ec01f96

Please sign in to comment.