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-10-22 13:33:07 -04:00
parent 151d6dbf9c
commit 486b6ca3bc

View File

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