File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff 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
12200.17.2
1321------
Original file line number Diff line number Diff line change 33# Must also be of the form N.N.N for internal use, where N is a non-negative integer
44MAJOR_VERSION = "0"
55MINOR_VERSION = "17"
6- PATCH_VERSION = "2 "
6+ PATCH_VERSION = "3 "
77VERSION = "%s.%s.%s" % (MAJOR_VERSION , MINOR_VERSION , PATCH_VERSION )
88SHORTVERSION = "%s.%s" % (MAJOR_VERSION , MINOR_VERSION )
99
You can’t perform that action at this time.
0 commit comments