summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-05-24 10:16:20 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-05-24 10:16:20 -0400
commit5bd0ba86989ae7c3388ce0727f9ffa1ad7e42cb3 (patch)
tree9bd7151a0e2d601c923973f448caea4d44be3f99 /release.py
parentf5140b94538f005d19a2840d96b90679964489a3 (diff)
parent5a37b891c028e56c9473e7cb2ce9af0afe44185f (diff)
downloadpython-setuptools-bitbucket-5bd0ba86989ae7c3388ce0727f9ffa1ad7e42cb3.tar.gz
Merge changes from distribute 0.6.41
Diffstat (limited to 'release.py')
-rw-r--r--release.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/release.py b/release.py
index b657d990..283340fb 100644
--- a/release.py
+++ b/release.py
@@ -22,8 +22,7 @@ try:
except Exception:
pass
-VERSION = '0.6.42'
-PACKAGE_INDEX = 'https://pypi.python.org/pypi'
+VERSION = '0.7b1'
PACKAGE_INDEX = 'https://pypi.python.org/pypi'
def get_next_version():
@@ -33,8 +32,7 @@ def get_next_version():
NEXT_VERSION = get_next_version()
-files_with_versions = ('docs/conf.py', 'setup.py', 'release.py',
- 'README.txt', 'distribute_setup.py')
+files_with_versions = 'docs/conf.py', 'setup.py', 'release.py', 'ez_setup.py'
def get_repo_name():
"""