Skip to content

Commit

Permalink
Bump version to 1.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Sep 17, 2021
1 parent 6ebe0ba commit d8fb8f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions 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.0rc4] - 2021-09-17

### Fixed

- [Auto-create alias pages after page is completely saved](https://github.com/wagtail/wagtail-localize/pull/454)

## [1.0rc3] - 2021-08-03

### Added
Expand All @@ -20,3 +26,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

[unreleased]: https://github.com/wagtail/wagtail-localize/compare/v1.0rc3...HEAD
[1.0rc3]: https://github.com/wagtail/wagtail-localize/compare/v1.0rc2...v1.0rc3
[1.0rc4]: https://github.com/wagtail/wagtail-localize/compare/v1.0rc3...v1.0rc4
2 changes: 1 addition & 1 deletion wagtail_localize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@


# release must be one of alpha, beta, rc, or final
VERSION = (1, 0, 0, 'rc', 3)
VERSION = (1, 0, 0, 'rc', 4)

__version__ = get_version(VERSION)

0 comments on commit d8fb8f9

Please sign in to comment.