[3.1.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2020-08-04 09:59:26 +02:00
parent ec5bc3a991
commit 795943e6e7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
from django.utils.version import get_version
VERSION = (3, 1, 0, 'final', 0)
VERSION = (3, 1, 1, 'alpha', 0)
__version__ = get_version(VERSION)