Skip to content

Commit

Permalink
Bump version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Aug 22, 2024
1 parent dae2d24 commit 95f4de8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 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]

## [1.9.1] - 2024-08-22

### Fixed

- Fixed missing `window.chooserUrls` ([#815](https://github.com/wagtail/wagtail-localize/pull/815)) @zerolab

## [1.9] - 2024-04-03

### Added
Expand Down Expand Up @@ -338,7 +344,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.9-alpha.2...HEAD
[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.9.1...HEAD
[1.9.1]: https://github.com/wagtail/wagtail-localize/compare/v1.9...v1.9.1
[1.9]: https://github.com/wagtail/wagtail-localize/compare/v1.8...v1.9
[1.9alpha3]: https://github.com/wagtail/wagtail-localize/compare/v1.9-alpha.2...v1.9-alpha.3
[1.9alpha2]: https://github.com/wagtail/wagtail-localize/compare/v1.9-alpha.1...v1.9-alpha.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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, 9, 0, "final", 0)
VERSION = (1, 9, 1, "final", 0)

__version__ = get_version(VERSION)

0 comments on commit 95f4de8

Please sign in to comment.