Skip to content

Commit

Permalink
Bump to 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bach committed Aug 31, 2017
1 parent bdddd9e commit 60b3a1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/installguide/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ to read the release notes.
upgrading from ``0.16.x`` to ``0.17.x`` is fine - but upgrading from
``0.15.x`` to ``0.17.x`` is not guaranteed to work.

0.17.3
------

Bug fixes
^^^^^^^^^

* Remaining content titles and message IDs in Coach Reports translated :url-issue:`5511` :url-issue:`5509`


0.17.2
------
Expand Down
2 changes: 1 addition & 1 deletion kalite/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
MAJOR_VERSION = "0"
MINOR_VERSION = "17"
PATCH_VERSION = "2"
PATCH_VERSION = "3"
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)

Expand Down

0 comments on commit 60b3a1a

Please sign in to comment.