Skip to content

Commit

Permalink
Bump for 2.4.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tienne-B committed Oct 14, 2020
1 parent 2e0479c commit 88036c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Change Log

2.4.7
-----
*Release date: TBD*
*Release date: 15 October 2020*

- Fixed draw display links not showing concurrent rounds (`#1239 <https://github.com/TabbycatDebate/tabbycat/issues/1239>`_)
- Record pages now show concurrent rounds
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.4'
# The full version, including alpha/beta/rc tags.
release = '2.4.6'
release = '2.4.7'

rst_epilog = """
.. |vrelease| replace:: v{release}
Expand Down
4 changes: 2 additions & 2 deletions tabbycat/settings/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
# Version
# ==============================================================================

TABBYCAT_VERSION = '2.4.6'
TABBYCAT_VERSION = '2.4.7'
TABBYCAT_CODENAME = 'Manx'
READTHEDOCS_VERSION = 'v2.4.6'
READTHEDOCS_VERSION = 'v2.4.7'

# ==============================================================================
# Internationalization and Localization
Expand Down

0 comments on commit 88036c6

Please sign in to comment.