Skip to content

Commit

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

## [Unreleased]

## [1.9alpha1] - 2024-02-20

### Added formal Wagtail 6.0 support ([#776](https://github.com/wagtail/wagtail-localize/pull/776)) @laymonage and @zerolab

## [1.8] - 2024-02-10

### Added
Expand Down Expand Up @@ -301,7 +305,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Make sure field level validation runs when translating snippets](https://github.com/wagtail/wagtail-localize/pull/427)

[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.8...HEAD
[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.9-alpha.1...HEAD
[1.9alpha1]: https://github.com/wagtail/wagtail-localize/compare/v1.8...v1.9-alpha.1
[1.8]: https://github.com/wagtail/wagtail-localize/compare/v1.7...v1.8
[1.8beta1]: https://github.com/wagtail/wagtail-localize/compare/v1.7...v1.8-beta.1
[1.7]: https://github.com/wagtail/wagtail-localize/compare/v1.7rc1...v1.7
Expand Down
2 changes: 1 addition & 1 deletion wagtail_localize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


# release must be one of alpha, beta, rc, or final
VERSION = (1, 8, 0, "final", 1)
VERSION = (1, 9, 0, "alpha", 1)

__version__ = get_version(VERSION)

0 comments on commit ce20f27

Please sign in to comment.