summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-12-26 13:27:38 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-12-26 13:27:38 -0500
commitfef75e9360ca8bc6dc3da57881847ea46d13ed28 (patch)
treedf441dda1f52047eb8b6196a76044c68c80346ee /release.py
parentedb46d6817002d4bd3789fa7f45bead878d52c5e (diff)
downloadcherrypy-fef75e9360ca8bc6dc3da57881847ea46d13ed28.tar.gz
Bumped to 3.2.3 in preparation for next release.3.2.3
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 e8b1e74b..0ab4d538 100644
--- a/release.py
+++ b/release.py
@@ -14,7 +14,7 @@ import os
import platform
import shutil
-VERSION='3.2.2'
+VERSION='3.2.3'
def get_next_version():
digits = map(int, VERSION.split('.'))