mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 17:44:48 +00:00
Version bump to 1.9.1
This commit is contained in:
parent
58032420e6
commit
4657031166
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, 9, 0, 'final', 0)
|
||||
VERSION = (1, 9, 1, 'final', 0)
|
||||
|
||||
__version__ = get_version(VERSION)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue