mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Version bump to 1.13.4
This commit is contained in:
parent
f85a0e4308
commit
5728de51ef
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, 13, 3, 'final', 0)
|
||||
VERSION = (1, 13, 4, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue