Skip to content

Commit

Permalink
Bump version numbers and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
czlee committed Aug 1, 2017
1 parent 6b2dd1c commit 12f36d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@
Change Log
==========

1.4.1
-----
*Release date: 2 August 2017*

- Fixed bug that prevented edited matchups from being saved
- Added flag to prevent retired sites from using the database for sessions

1.4.0 (Havana Brown)
--------------------
*Release date: 26 July 2017*

- Overhauled the adjudicator allocation, venue allocation, and matchups editing pages, including:
- Upgraded to Vue 2.0 and refactored the code so that each page better shares methods for displaying the draw, showing additional information, and dragging/dropping
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 = '1.4'
# The full version, including alpha/beta/rc tags.
release = '1.4.0'
release = '1.4.1'

rst_epilog = """
.. |vrelease| replace:: v{release}
Expand Down
4 changes: 2 additions & 2 deletions tabbycat/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
LANGUAGE_CODE = 'en'
USE_I18N = True

TABBYCAT_VERSION = '1.4.0'
TABBYCAT_VERSION = '1.4.1'
TABBYCAT_CODENAME = 'Havana Brown'
READTHEDOCS_VERSION = 'v1.4.0'
READTHEDOCS_VERSION = 'v1.4.1'

LOCALE_PATHS = [
os.path.join(BASE_DIR, 'locale'),
Expand Down

0 comments on commit 12f36d4

Please sign in to comment.