[1.4.x] Post release version bump.

This commit is contained in:
Tim Graham 2014-09-02 21:07:29 -04:00
parent 0517f498cd
commit 89157fe11f
1 changed files with 1 additions and 1 deletions

View File

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