Skip to content

Commit

Permalink
Bump for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Dec 11, 2022
1 parent c2f7ffa commit 14500cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Change Log
==========

2.7.4
-----
*Release date: 11 December 2022*

- Fixed an issue that would cause "Connection Lost" errors on new Heroku deployments and prevent the auto-allocator from working


2.7.3
-----
*Release date: 30 November 2022*
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
# The short X.Y version.
version = '2.7'
# The full version, including alpha/beta/rc tags.
release = '2.7.3'
release = '2.7.4'

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

TABBYCAT_VERSION = '2.7.3'
TABBYCAT_VERSION = '2.7.4'
TABBYCAT_CODENAME = 'Pixie-bob'
READTHEDOCS_VERSION = 'v2.7.3'
READTHEDOCS_VERSION = 'v2.7.4'

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

0 comments on commit 14500cf

Please sign in to comment.