Commit 4c6fb23d authored by Carl Meyer's avatar Carl Meyer
Browse files

[1.4.x] Bump version to no longer claim to be 1.4.5 final.

parent 41af26dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION = (1, 4, 5, 'final', 0)
VERSION = (1, 4, 6, 'alpha', 0)

def get_version(version=None):
    """Derives a PEP386-compliant version number from VERSION."""