mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 13:01:56 +00:00
Version bump to 2.1.3
This commit is contained in:
parent
0c66d04a60
commit
109445be46
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, 1, 2, 'final', 0)
|
||||
VERSION = (2, 1, 3, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue