Skip to content

Commit

Permalink
Version bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Nov 3, 2023
1 parent 94e0d78 commit 54d674e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,22 @@ 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]
## [0.2.0] - 2023-11-03

### Added

- ...
- Added support for Wagtail 5.0 - 5.2 and provisionally 6.0
- Added support for Django 4.2
- Added support for Python 3.12

### Changed

- Added support for Wagtail 5.0 (provisional)
- Eliminated dependency on ModelAdmin on Wagtail 5.2 and above

### Removed

- Removed support for Wagtail versions below 4.1
- Removed support for Wagtail versions 4.0 and below, and 4.2
- Removed support for Python 3.7

## [0.1.0] - 2022-08-22

Expand Down
2 changes: 1 addition & 1 deletion wagtail_editable_help/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = "wagtail_editable_help.apps.WagtailEditableHelpAppConfig"


VERSION = (0, 1, 0)
VERSION = (0, 2, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 54d674e

Please sign in to comment.