Skip to content

Commit

Permalink
Version bump to 4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Sep 27, 2023
1 parent 34bf423 commit 2d9bc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# major.minor.patch.release.number
# release must be one of alpha, beta, rc, or final
VERSION = (4, 1, 6, "final", 1)
VERSION = (4, 1, 7, "final", 1)

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 2d9bc3e

Please sign in to comment.