File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed
Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 22Change 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+
5182.8.0 (Quokka)
619---------
720*Release date: 28 November 2023 *
Original file line number Diff line number Diff line change 6060# The short X.Y version.
6161version = '2.8'
6262# The full version, including alpha/beta/rc tags.
63- release = '2.8.0 '
63+ release = '2.8.1 '
6464
6565rst_epilog = """
6666.. |vrelease| replace:: v{release}
Original file line number Diff line number Diff line change 2222# Version
2323# ==============================================================================
2424
25- TABBYCAT_VERSION = '2.8.0 '
25+ TABBYCAT_VERSION = '2.8.1 '
2626TABBYCAT_CODENAME = 'Quokka'
27- READTHEDOCS_VERSION = 'v2.8.0 '
27+ READTHEDOCS_VERSION = 'v2.8.1 '
2828
2929# ==============================================================================
3030# Internationalization and Localization
You can’t perform that action at this time.
0 commit comments