1
0
mirror of https://github.com/django/django.git synced 2025-03-14 03:10:45 +00:00

[1.4.x] Post release version bump.

This commit is contained in:
Tim Graham 2014-04-22 11:50:20 -04:00
parent 194159ba44
commit 1edb163592

View File

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