aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-05-18 15:46:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-05-18 15:46:40 -0400
commit7b49853cb59e15b9c7432584bc57f18b38845333 (patch)
treebd6321bfb8320894ffbc0fb4a9e41f302cc3a5fa /release.py
parentc12a58c82e556d8cba9b4a083d597f0669279185 (diff)
downloadexternal_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.tar.gz
external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.tar.bz2
external_python_setuptools-7b49853cb59e15b9c7432584bc57f18b38845333.zip
Bumped to 0.6.28 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : eb9a0f08f4b371984517f556638682828e7048b1
Diffstat (limited to 'release.py')
-rw-r--r--release.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.py b/release.py
index 1eb468c1..3ca2445c 100644
--- a/release.py
+++ b/release.py
@@ -20,7 +20,7 @@ try:
except Exception:
pass
-VERSION = '0.6.27'
+VERSION = '0.6.28'
def get_next_version():
digits = map(int, VERSION.split('.'))