Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Oct 23, 2024
1 parent fe835a4 commit e4b7982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [2.1.0] - 2024-10-23

### Added

Expand All @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

- Drop Python 3.8 from the testing matrix
- Drop Python 3.8 from the testing matrix. The package can still be installed on Python 3.8 to account for Wagtail 5.2 support, but expect this to change when support for Wagtail 5.2 ends in February 2025.

## [2.0.0] - 2024-02-05

Expand Down
2 changes: 1 addition & 1 deletion wagtail_modeladmin/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (2, 0, 0)
VERSION = (2, 1, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit e4b7982

Please sign in to comment.