Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Jul 14, 2022
1 parent 5346c9b commit efbca92
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", "1", "0"]
release = ["1", "2", "0"]
__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 efbca92

Please sign in to comment.