Skip to content

Commit 7ac345c

Browse files
Merge pull request #200 from wagtail/release-prep-0.12.0
Release prep 0.12.0
2 parents e450a1d + 3122291 commit 7ac345c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Changelog
33
=========
44

5-
Unreleased
5+
0.12 Release
66
----------
77

88
* Remove tests for Wagtail 4.2 and 5.0 as they have reached their EOL
9-
* Added Wagtail 5.x compatibility
9+
* Added Wagtail 5.x and 6.x compatibility
1010
* Added tests for Python 3.10 and 3.11
1111
* Remove support for versions of Wagtail < 4.1 (Wagtail 4.1 or later now required)
1212

wagtailautocomplete/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 11, 0)
1+
VERSION = (0, 12, 0)
22
__version__ = '.'.join([str(x) for x in VERSION])

0 commit comments

Comments
 (0)