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

Bumped version numbers post-release.

This commit is contained in:
Jacob Kaplan-Moss 2014-05-14 18:24:02 +02:00
parent 53b98b5a7c
commit 37d6821d35

View File

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