mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 21:11:55 +00:00
Version bump to 1.12.5
This commit is contained in:
parent
6088825a89
commit
3e1ca1c706
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,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 = (1, 12, 4, 'final', 0)
|
||||
VERSION = (1, 12, 5, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue