Skip to content

Commit

Permalink
Bump version to 1.9-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Mar 2, 2024
1 parent c29d020 commit 0c8da76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9.0-alpha.2",
"version": "1.9.0-alpha.3",
"description": "",
"main": "src/main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wagtail_localize/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@


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

__version__ = get_version(VERSION)

0 comments on commit 0c8da76

Please sign in to comment.