Skip to content

Commit

Permalink
Bump version to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
czlee committed Sep 26, 2017
1 parent 23c867d commit dbf1d3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.3'
release = '1.4.4'

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.3'
TABBYCAT_VERSION = '1.4.4'
TABBYCAT_CODENAME = 'Havana Brown'
READTHEDOCS_VERSION = 'v1.4.3'
READTHEDOCS_VERSION = 'v1.4.4'

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

0 comments on commit dbf1d3e

Please sign in to comment.