Skip to content

Commit da15d5a

Browse files
committed
Fix CHANGELOG/tags to include 2.7.7 (and make this 2.7.8)
1 parent 5c367dd commit da15d5a

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

.github/CHANGELOG.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ Change Log
33
==========
44

55

6-
2.7.7
6+
2.7.8
77
-----
88
*Release date: 13 August 2023*
99

1010
- Fixed some issues with Docker-based deployments.
1111

12+
2.7.7
13+
-----
14+
*Release date: 23 April 2023*
15+
16+
- Removed expired ad campaign.
17+
1218

1319
2.7.6
1420
-----

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.7'
63+
release = '2.7.8'
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.7'
25+
TABBYCAT_VERSION = '2.7.8'
2626
TABBYCAT_CODENAME = 'Pixie-bob'
27-
READTHEDOCS_VERSION = 'v2.7.7'
27+
READTHEDOCS_VERSION = 'v2.7.8'
2828

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

0 commit comments

Comments
 (0)