[3.1.x] Bumped version for 3.1.8 release.

This commit is contained in:
Mariusz Felisiak 2021-04-06 08:27:37 +02:00
parent cca0d98118
commit c4928c9115
1 changed files with 1 additions and 1 deletions

View File

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