[1.4.x] Post-release version bump.

This commit is contained in:
Tim Graham 2015-01-02 21:49:44 -05:00
parent 592187e11b
commit 52136afda4

View File

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