Skip to content

Commit

Permalink
Bump version to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jan 18, 2024
1 parent 1a4e58b commit 724526d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.14.1] - 2024-01-18

### Changed

- Relaxed lower Wagtail version to be >= 4.1

## [0.14] - 2024-01-17

### Added
Expand Down Expand Up @@ -56,7 +62,8 @@ This release will use `main` as the default branch. To change it anything else,

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

[unreleased]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.0...HEAD
[unreleased]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.1...HEAD
[0.14.1]: https://github.com/wagtail/wagtail-localize-git/compare/v0.14.0...v0.14.1
[0.14]: https://github.com/wagtail/wagtail-localize-git/compare/v0.13.0...v0.14.0
[0.13]: https://github.com/wagtail/wagtail-localize-git/compare/v0.12.0...v0.13.0
[0.12]: https://github.com/wagtail/wagtail-localize-git/compare/v0.11.0...v0.12.0
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_localize_git/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 14, 0)
VERSION = (0, 14, 1)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 724526d

Please sign in to comment.