summaryrefslogtreecommitdiff
path: root/ez_setup.py
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-04-14 17:31:02 +0000
committerPJ Eby <distutils-sig@python.org>2006-04-14 17:31:02 +0000
commitda5319effe71368fc925a8c374f50097192ccfd2 (patch)
tree581a0e7156b826fbeb3dd1348eb88fdd1dd67fc3 /ez_setup.py
parentc51417f82157df15a40d6fb3b1ba13a851a68763 (diff)
downloadpython-setuptools-git-da5319effe71368fc925a8c374f50097192ccfd2.tar.gz
Creating a branch for the "stable" 0.6 development line of setuptools,
so that it can continue forward to 0.6b1 and onward, while using the trunk for 0.7 development and Python 2.5 snapshots thereof. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4045397
Diffstat (limited to 'ez_setup.py')
-rwxr-xr-xez_setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ez_setup.py b/ez_setup.py
index 3b0a79c5..6b55d7f1 100755
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
This file can also be run as a script to install or upgrade setuptools.
"""
import sys
-DEFAULT_VERSION = "0.6a12"
+DEFAULT_VERSION = "0.6b1"
DEFAULT_URL = "http://cheeseshop.python.org/packages/%s/s/setuptools/" % sys.version[:3]
md5_data = {