[2.0.x] Bumped version for 2.0.10 release.

This commit is contained in:
Tim Graham 2019-01-04 08:59:15 -05:00
parent 9f4ed7c94c
commit 2b865f4c59
1 changed files with 1 additions and 1 deletions

View File

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