Skip to content

Commit

Permalink
Merge pull request #39 from torchbox/release-prep
Browse files Browse the repository at this point in the history
Release prep
  • Loading branch information
nickmoreton committed Jul 27, 2023
2 parents d59d638 + 5965d21 commit d4d5c97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
----------

1.0.0 - 27th July 2023
----------------------
* Support Wagtail 4.2 (@katdom13)
* Drop support for Wagtail versions prior to 4.1 (@katdom13)
* Updated test workflow to use tox-gh-actions (@katdom13)
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.0rc1"
__version__ = "1.0.0"

default_app_config = "wagtail_storages.apps.WagtailStoragesConfig"

0 comments on commit d4d5c97

Please sign in to comment.