From 1b2d85ccd4212ef3f409eefdd4be5c3456e41f7e Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 4 Sep 2021 12:32:16 +0000 Subject: [PATCH] 2.9.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 f21496eec..41e9e9219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.9.0 (2021-09-04) +### Feature +* Remove teacher title ([#1218](https://github.com/ocadotechnology/rapid-router/issues/1218)) ([`b038625`](https://github.com/ocadotechnology/rapid-router/commit/b03862592a9ecafb60e45f0c00f41a395b391840)) + ## v2.8.0 (2021-09-03) ### Feature * Rebranding changes ([#1217](https://github.com/ocadotechnology/rapid-router/issues/1217)) ([`39522a8`](https://github.com/ocadotechnology/rapid-router/commit/39522a8d46b049b1b630943a581d14e26f26a87f)) diff --git a/game/__init__.py b/game/__init__.py index f356eaddd..14ffc232c 100644 --- a/game/__init__.py +++ b/game/__init__.py @@ -35,4 +35,4 @@ # program; modified versions of the program must be marked as such and not # identified as the original program. -__version__ = '2.8.0' +__version__ = '2.9.0'