Skip to content

Commit 88036c6

Browse files
committed
Bump for 2.4.7 release
1 parent 2e0479c commit 88036c6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Change Log
44

55
2.4.7
66
-----
7-
*Release date: TBD*
7+
*Release date: 15 October 2020*
88

99
- Fixed draw display links not showing concurrent rounds (`#1239 <https://github.com/TabbycatDebate/tabbycat/issues/1239>`_)
1010
- Record pages now show concurrent rounds

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '2.4'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.4.6'
63+
release = '2.4.7'
6464

6565
rst_epilog = """
6666
.. |vrelease| replace:: v{release}

tabbycat/settings/core.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
# Version
2323
# ==============================================================================
2424

25-
TABBYCAT_VERSION = '2.4.6'
25+
TABBYCAT_VERSION = '2.4.7'
2626
TABBYCAT_CODENAME = 'Manx'
27-
READTHEDOCS_VERSION = 'v2.4.6'
27+
READTHEDOCS_VERSION = 'v2.4.7'
2828

2929
# ==============================================================================
3030
# Internationalization and Localization

0 commit comments

Comments
 (0)