[1.4.x] Post release version bump.

This commit is contained in:
Tim Graham 2014-04-22 11:50:20 -04:00
parent 194159ba44
commit 1edb163592
1 changed files with 1 additions and 1 deletions

View File

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