Skip to content

Commit

Permalink
Bump to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DylannCordel committed Sep 4, 2024
1 parent 5f9c336 commit 2d9fd81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tbump.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[version]
current = "0.2.1"
current = "0.2.2"

# valid versions:
# we use semver
Expand Down
2 changes: 1 addition & 1 deletion wagtail_parler/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.1"
__version__ = "0.2.2"
default_app_config = "wagtail_parler.apps.WagtailParlerConfig"

0 comments on commit 2d9fd81

Please sign in to comment.