Skip to content

Commit

Permalink
Bump version to 1.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaedroho committed Jun 17, 2021
1 parent 7a788b3 commit a2a1c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtail_localize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@


# release must be one of alpha, beta, rc, or final
VERSION = (1, 0, 0, 'rc', 1)
VERSION = (1, 0, 0, 'rc', 2)

__version__ = get_version(VERSION)

0 comments on commit a2a1c0a

Please sign in to comment.