[1.4.x] Post-release version bump.

This commit is contained in:
Tim Graham 2015-03-18 20:22:09 -04:00
parent 5388692144
commit b2a7878c10
1 changed files with 1 additions and 1 deletions

View File

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