Version bump to 2.6.1

This commit is contained in:
Matt Westcott 2019-08-02 17:13:29 +01:00
parent e03fa25ae9
commit f10cd072d6

View file

@ -5,7 +5,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, 6, 0, 'final', 1)
VERSION = (2, 6, 1, 'final', 1)
__version__ = get_version(VERSION)