Skip to content

Commit

Permalink
Bump version so RTD will rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed Nov 30, 2022
1 parent c7fc1db commit 908bc22
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.3
-----
*Release date: 30 November 2022*

- Fixed a mistake in the URL used to deploy a fork to Heroku


2.7.2
-----
*Release date: 27 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.2'
release = '2.7.3'

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.2'
TABBYCAT_VERSION = '2.7.3'
TABBYCAT_CODENAME = 'Pixie-bob'
READTHEDOCS_VERSION = 'v2.7.2'
READTHEDOCS_VERSION = 'v2.7.3'

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

0 comments on commit 908bc22

Please sign in to comment.