[3.1.x] Post-release version bump.

This commit is contained in:
Mariusz Felisiak 2021-04-06 08:31:58 +02:00
parent c4928c9115
commit 5b9ca81f42
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, 8, 'final', 0)
VERSION = (3, 1, 9, 'alpha', 0)
__version__ = get_version(VERSION)