From 7bcd10ae63da5e12c35d7e00d7da4757eb74388b Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 6 Oct 2022 11:43:29 +0000 Subject: [PATCH] 5.5.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ game/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97cac30c9..f99e7c173 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v5.5.0 (2022-10-06) +### Feature +* Admin power for custom levels ([#1371](https://github.com/ocadotechnology/rapid-router/issues/1371)) ([`22b34e6`](https://github.com/ocadotechnology/rapid-router/commit/22b34e608895f7b495efeb51e49b82635ba5235f)) + ## v5.4.3 (2022-09-13) ### Fix * Resolve scoreboard and button issues ([#1369](https://github.com/ocadotechnology/rapid-router/issues/1369)) ([`6615510`](https://github.com/ocadotechnology/rapid-router/commit/6615510f142c94f933498a9209737eca3455aeeb)) diff --git a/game/__init__.py b/game/__init__.py index ca0f629fd..016ab6b2b 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -1 +1 @@ -__version__ = "5.4.3" +__version__ = "5.5.0"