Skip to content

Commit

Permalink
Bump version to 1.3alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 23, 2022
1 parent 5bb8652 commit 7c8b75d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3alpha4] - 2022-09-22

### Fixed

- [Missing modal include on the edit translation page](https://github.com/wagtail/wagtail-localize/issues/618)

### Removed

- [Support for Wagtail < 2.15](https://github.com/wagtail/wagtail-localize/pull/617)

## [1.3alpha3] - 2022-09-20

### Fixed
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, 3, 0, "alpha", 3)
VERSION = (1, 3, 0, "alpha", 4)

__version__ = get_version(VERSION)

0 comments on commit 7c8b75d

Please sign in to comment.