Skip to content

Commit d2a3af2

Browse files
committed
Bump for 2.4.6 release
1 parent 3565dd0 commit d2a3af2

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.6
66
-----
7-
*Release date: TBD*
7+
*Release date: 19 September 2020*
88

99
- Fixed issue where team names with an institution were longer than the maximum size (`#1564 <https://github.com/TabbycatDebate/tabbycat/issues/1564>`_)
1010
- Fixed issue that made saving motions impossible through the Round API detail endpoint

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.5'
63+
release = '2.4.6'
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.5'
25+
TABBYCAT_VERSION = '2.4.6'
2626
TABBYCAT_CODENAME = 'Manx'
27-
READTHEDOCS_VERSION = 'v2.4.5'
27+
READTHEDOCS_VERSION = 'v2.4.6'
2828

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

0 commit comments

Comments
 (0)