Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsalvino committed Jun 28, 2022
1 parent dcadbc9 commit 935e8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailseo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
release = ["2", "0", "0"]
release = ["2", "0", "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 935e8a8

Please sign in to comment.