diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9d561aab1a7..658b734677d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ Change Log ========== + +2.3.2 +----- +*Release date: 19 October 2019* + +- Fixed issue where teams would appear to be unavailable in break rounds +- Other minor fixes + + 2.3.1 ----- *Release date: 6 October 2019* diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 607c5298362..667c4dc3cd4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -145,7 +145,7 @@ Release checklist 1. Check that all migrations have been generated and committed into Git 2. Bump version number in ``docs/conf.py`` -3. Bump version number and (if applicable) codename in ``tabbycat/settings.py`` +3. Bump version number and (if applicable) codename in ``tabbycat/settings/core.py`` 4. Update the main ``CHANGELOG.rst`` file (including release date) 5. Check the major current deployment options, including: 1. The ``deploy_heroku.py`` script diff --git a/docs/conf.py b/docs/conf.py index 33d5dbb2832..4098ae0a609 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = '2.3' # The full version, including alpha/beta/rc tags. -release = '2.3.1' +release = '2.3.2' rst_epilog = """ .. |vrelease| replace:: v{release} diff --git a/tabbycat/draw/templates/DraggableTeam.vue b/tabbycat/draw/templates/DraggableTeam.vue index 4e02c41f34d..bb2056b02c2 100644 --- a/tabbycat/draw/templates/DraggableTeam.vue +++ b/tabbycat/draw/templates/DraggableTeam.vue @@ -1,5 +1,5 @@