From c6c95031a181c2f34397057d12ef1db5dec28354 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 10 Jun 2021 17:28:50 +0000 Subject: [PATCH] 2.7.6 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 67acf4fae..ca89ec9df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.7.6 (2021-06-10) +### Fix +* **deps:** Bump django from 2.2.21 to 2.2.22 ([#1190](https://github.com/ocadotechnology/rapid-router/issues/1190)) ([`5be814c`](https://github.com/ocadotechnology/rapid-router/commit/5be814c5304326ae3d81301636b12fdd73bb5fe6)) + ## v2.7.5 (2021-06-09) ### Fix * Bump django from 2.2.20 to 2.2.21 ([#1187](https://github.com/ocadotechnology/rapid-router/issues/1187)) ([`e5039bf`](https://github.com/ocadotechnology/rapid-router/commit/e5039bfab09365d88f4557957e767b6dc6407daf)) diff --git a/game/__init__.py b/game/__init__.py index 73b44fa17..28e16e550 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.7.5' +__version__ = '2.7.6'