[1.4.x] Bumped version number post-release.

This commit is contained in:
Tim Graham 2014-08-20 16:36:24 -04:00
parent e484df76b6
commit 27c682ffa0
1 changed files with 1 additions and 1 deletions

View File

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