Skip to content

Commit 5c367dd

Browse files
committed
Bump for release
1 parent b3d4c61 commit 5c367dd

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/CHANGELOG.rst

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

5+
6+
2.7.7
7+
-----
8+
*Release date: 13 August 2023*
9+
10+
- Fixed some issues with Docker-based deployments.
11+
12+
513
2.7.6
614
-----
715
*Release date: 25 February 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.7'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '2.7.6'
63+
release = '2.7.7'
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.7.6'
25+
TABBYCAT_VERSION = '2.7.7'
2626
TABBYCAT_CODENAME = 'Pixie-bob'
27-
READTHEDOCS_VERSION = 'v2.7.6'
27+
READTHEDOCS_VERSION = 'v2.7.7'
2828

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

0 commit comments

Comments
 (0)