mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Version bump to 2.0.2
This commit is contained in:
parent
9bc98c1d5d
commit
647112b069
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ from wagtail.utils.version import get_semver_version, get_version
|
|||
|
||||
# major.minor.patch.release.number
|
||||
# release must be one of alpha, beta, rc, or final
|
||||
VERSION = (2, 0, 1, 'final', 0)
|
||||
VERSION = (2, 0, 2, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue