Skip to content

Commit

Permalink
Bump version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 11, 2022
1 parent 9f1571d commit af6746d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wagtail-localize-admin",
"version": "1.1.0-rc2",
"version": "1.1.0",
"description": "",
"main": "src/main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wagtail_localize/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def get_complete_version(version=None):


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

__version__ = get_version(VERSION)

0 comments on commit af6746d

Please sign in to comment.