Skip to content

Commit e36a502

Browse files
committed
Prepare 0.11.0 release
1 parent 6b2d043 commit e36a502

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.11] - 2021-12-02
11+
12+
### Added
13+
14+
- [Support for Wagtail 2.15](https://github.com/wagtail/wagtail-localize-git/pull/17)
15+
- Testing with Python 3.9 and 3.10 ([#17](https://github.com/wagtail/wagtail-localize-git/pull/17), [#18](https://github.com/wagtail/wagtail-localize-git/pull/18))
16+
1017
## [0.10] - 2021-09-28
1118

1219
### Added
1320

1421
- [Support for Wagtail 2.14](https://github.com/wagtail/wagtail-localize-git/pull/15)
1522

16-
[unreleased]: https://github.com/wagtail/wagtail-localize-git/compare/v0.10.0...HEAD
23+
[unreleased]: https://github.com/wagtail/wagtail-localize-git/compare/v0.11.0...HEAD
24+
[0.11]: https://github.com/wagtail/wagtail-localize-git/compare/v0.10.0...v0.11.0
1725
[0.10]: https://github.com/wagtail/wagtail-localize-git/compare/v0.9.3...v0.10.0

wagtail_localize_git/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = "wagtail_localize_git.apps.WagtailLocalizeGitAppConfig"
22

33

4-
VERSION = (0, 10, 0)
4+
VERSION = (0, 11, 0)
55
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)