[1.4.x] Post-release version bump.

This commit is contained in:
Tim Graham 2015-08-18 13:32:24 -04:00
parent 9ff23eb7cc
commit 018efef59a
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
VERSION = (1, 4, 22, 'final', 0)
VERSION = (1, 4, 23, 'alpha', 0)
def get_version(version=None):
"""Derives a PEP386-compliant version number from VERSION."""