Skip to content

Commit 30d93b6

Browse files
committed
Bump version to 2.8.1
Little hot-fix release!
1 parent 5886f4e commit 30d93b6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Change Log
33
==========
44

5+
2.8.1
6+
-----
7+
*Release date: 27 January 2024*
8+
9+
- Fixed failing draw generation with byes (BACKEND-BWA)
10+
- Avoided showing points in private URL table for uncredited rounds (BACKEND-BVY)
11+
- Corrected ordering of ballots in private URL tables (#2369)
12+
- Fixed draw strength metrics counting unconfirmed ballots
13+
- API: Re-added ``seq`` for motions in Round endpoint
14+
- Hid real names from ballot forms if code names used
15+
- Fixed break category form showing general error
16+
17+
518
2.8.0 (Quokka)
619
---------
720
*Release date: 28 November 2023*

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = '2.8'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.8.0'
63+
release = '2.8.1'
6464

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

tabbycat/settings/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
# Version
2323
# ==============================================================================
2424

25-
TABBYCAT_VERSION = '2.8.0'
25+
TABBYCAT_VERSION = '2.8.1'
2626
TABBYCAT_CODENAME = 'Quokka'
27-
READTHEDOCS_VERSION = 'v2.8.0'
27+
READTHEDOCS_VERSION = 'v2.8.1'
2828

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

0 commit comments

Comments
 (0)