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-28 19:03:36 -04:00
parent b1b680c8fe
commit 48a4729cd7

View File

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