1
0
mirror of https://github.com/django/django.git synced 2025-06-04 19:19:13 +00:00

Bump version post-release.

This commit is contained in:
Jacob Kaplan-Moss 2013-08-13 12:16:28 -05:00
parent d77ce64fe8
commit 0d4ef66f7c

View File

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