diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-26 13:27:38 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2012-12-26 13:27:38 -0500 |
commit | fef75e9360ca8bc6dc3da57881847ea46d13ed28 (patch) | |
tree | df441dda1f52047eb8b6196a76044c68c80346ee /release.py | |
parent | edb46d6817002d4bd3789fa7f45bead878d52c5e (diff) | |
download | cherrypy-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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('.')) |