There was an error while loading. Please reload this page.
2 parents e450a1d + 3122291 commit 7ac345cCopy full SHA for 7ac345c
2 files changed
docs/changelog.rst
@@ -2,11 +2,11 @@
2
Changelog
3
=========
4
5
-Unreleased
+0.12 Release
6
----------
7
8
* Remove tests for Wagtail 4.2 and 5.0 as they have reached their EOL
9
-* Added Wagtail 5.x compatibility
+* Added Wagtail 5.x and 6.x compatibility
10
* Added tests for Python 3.10 and 3.11
11
* Remove support for versions of Wagtail < 4.1 (Wagtail 4.1 or later now required)
12
wagtailautocomplete/__init__.py
@@ -1,2 +1,2 @@
1
-VERSION = (0, 11, 0)
+VERSION = (0, 12, 0)
__version__ = '.'.join([str(x) for x in VERSION])
0 commit comments