diff --git a/CHANGELOG.md b/CHANGELOG.md index 031365a6c..35f11c1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v2.7.2 (2021-05-11) +### Fix +* Update tests with new teacher login form ([#1179](https://github.com/ocadotechnology/rapid-router/issues/1179)) ([`076c327`](https://github.com/ocadotechnology/rapid-router/commit/076c3277c2b0a99448a98d29b5dd67c5be8bbf0b)) + ## v2.7.1 (2021-05-05) ### Fix * Update jquery.cookie to js.cookie ([#1177](https://github.com/ocadotechnology/rapid-router/issues/1177)) ([`3679491`](https://github.com/ocadotechnology/rapid-router/commit/36794916c2cd58a3de09fb1a64a416416e3cc4d9)) diff --git a/game/__init__.py b/game/__init__.py index 61bb46ac3..45c44443b 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.1' +__version__ = '2.7.2'