Skip to content

Commit d8f6bfa

Browse files
committed
Bump for 2.5.1 release
1 parent f9d4cfc commit d8f6bfa

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.github/CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Change Log
33
==========
44

5+
2.5.1
6+
-----
7+
*Release date: 4 December 2020*
8+
9+
- Fixed breaks API endpoints not getting the break category
10+
- Ensured that the "votes/ballots carried" team metric is always defined (`#1682 <https://github.com/TabbycatDebate/tabbycat/issues/1682>`_)
11+
- Re-implemented rank filters for speaker standings
12+
13+
514
2.5.0 (Nebelung)
615
----------------
716
*Release date: 30 November 2020*

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.5'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.5.0'
63+
release = '2.5.1'
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.5.0'
25+
TABBYCAT_VERSION = '2.5.1'
2626
TABBYCAT_CODENAME = 'Nebelung'
27-
READTHEDOCS_VERSION = 'v2.5.0'
27+
READTHEDOCS_VERSION = 'v2.5.1'
2828

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

0 commit comments

Comments
 (0)