Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Aug 5, 2022
1 parent bfe985e commit ae936e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailcache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release = ["1", "2", "0"]
release = ["1", "2", "1"]
__version__ = "{0}.{1}.{2}".format(release[0], release[1], release[2])
__shortversion__ = "{0}.{1}".format(release[0], release[1])

Expand Down

0 comments on commit ae936e3

Please sign in to comment.