Skip to content

Commit 60b3a1a

Browse files
author
Benjamin Bach
committed
Bump to 0.17.3
1 parent bdddd9e commit 60b3a1a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/installguide/release_notes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ to read the release notes.
88
upgrading from ``0.16.x`` to ``0.17.x`` is fine - but upgrading from
99
``0.15.x`` to ``0.17.x`` is not guaranteed to work.
1010

11+
0.17.3
12+
------
13+
14+
Bug fixes
15+
^^^^^^^^^
16+
17+
* Remaining content titles and message IDs in Coach Reports translated :url-issue:`5511` :url-issue:`5509`
18+
1119

1220
0.17.2
1321
------

kalite/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
44
MAJOR_VERSION = "0"
55
MINOR_VERSION = "17"
6-
PATCH_VERSION = "2"
6+
PATCH_VERSION = "3"
77
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
88
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
99

0 commit comments

Comments
 (0)