Skip to content

Commit

Permalink
Bump version to 2.8.1
Browse files Browse the repository at this point in the history
Little hot-fix release!
  • Loading branch information
tienne-B committed Jan 26, 2024
1 parent 5886f4e commit 30d93b6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/CHANGELOG.rst
Expand Up @@ -2,6 +2,19 @@
Change Log
==========

2.8.1
-----
*Release date: 27 January 2024*

- Fixed failing draw generation with byes (BACKEND-BWA)
- Avoided showing points in private URL table for uncredited rounds (BACKEND-BVY)
- Corrected ordering of ballots in private URL tables (#2369)
- Fixed draw strength metrics counting unconfirmed ballots
- API: Re-added ``seq`` for motions in Round endpoint
- Hid real names from ballot forms if code names used
- Fixed break category form showing general error


2.8.0 (Quokka)
---------
*Release date: 28 November 2023*
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.8'
# The full version, including alpha/beta/rc tags.
release = '2.8.0'
release = '2.8.1'

rst_epilog = """
.. |vrelease| replace:: v{release}
Expand Down
4 changes: 2 additions & 2 deletions tabbycat/settings/core.py
Expand Up @@ -22,9 +22,9 @@
# Version
# ==============================================================================

TABBYCAT_VERSION = '2.8.0'
TABBYCAT_VERSION = '2.8.1'
TABBYCAT_CODENAME = 'Quokka'
READTHEDOCS_VERSION = 'v2.8.0'
READTHEDOCS_VERSION = 'v2.8.1'

# ==============================================================================
# Internationalization and Localization
Expand Down

0 comments on commit 30d93b6

Please sign in to comment.