Skip to content

Commit

Permalink
Bump version to 1.3alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Sep 19, 2022
1 parent 1cab851 commit a94fef2
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",
"version": "1.3.0-alpha.1",
"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, 2, 1, "final", 1)
VERSION = (1, 3, 0, "alpha", 1)

__version__ = get_version(VERSION)

0 comments on commit a94fef2

Please sign in to comment.