Skip to content

Commit

Permalink
Prepare for release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed Mar 8, 2024
1 parent b2e6ffa commit 9b0e7cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Unreleased
----------
1.0.1 - 8th March 2024
----------------------
* Drop support for Wagtail versions 4.2 and 5.0 (@katdom13)
* Support for Wagtail 5.2 (@katdom13)

* Update for Wagtail 5.1

1.0.0 - 27th July 2023
Expand Down
2 changes: 1 addition & 1 deletion wagtail_storages/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.0.0"
__version__ = "1.0.1"

default_app_config = "wagtail_storages.apps.WagtailStoragesConfig"

0 comments on commit 9b0e7cd

Please sign in to comment.