Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jun 18, 2024
1 parent 4928948 commit 168640a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Unreleased

## [0.3.1] - 2024-06-18

### Removed

- Removed support for Django < 4.2 (@katdom13)
- Removed official support for Django < 4.2 (@katdom13)

## [0.3.0] - 2024-05-05

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ readme = "README.md"
license = {file = "LICENSE"}
keywords = ["Wagtail", "Django", "content", "review"]
classifiers = [
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
Expand Down
2 changes: 1 addition & 1 deletion src/wagtail_periodic_review/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (0, 3, 0)
VERSION = (0, 3, 1)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 168640a

Please sign in to comment.