mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 04:51:55 +00:00
Version bump to 1.12.4
This commit is contained in:
parent
3d6d09d188
commit
8abf5a04d5
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, 3, 'final', 0)
|
||||
VERSION = (1, 12, 4, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue