Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-b committed Dec 20, 2023
1 parent 1bac35d commit 119eab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Install using pip::

pip install wagtailnews

It works with Wagtail 4.0 and upwards. For older versions of Wagtail see past releases.
It works with Wagtail 5.2 and upwards. For older versions of Wagtail see past releases.


Quick start
Expand Down
2 changes: 1 addition & 1 deletion wagtailnews/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (4, 0, 1)
version_info = (5, 2, 0)
version = ".".join(map(str, version_info))

0 comments on commit 119eab4

Please sign in to comment.