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

[1.4.x] Bump version post-release.

This commit is contained in:
Tim Graham 2013-10-25 07:54:10 -04:00
parent 8f36d1fd95
commit 11b750b031

View File

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