Skip to content

Commit 8eacec7

Browse files
author
Benjamin Bach
committed
Bump version for 0.17.2 final release
1 parent b92238b commit 8eacec7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/installguide/release_notes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ to read the release notes.
99
``0.15.x`` to ``0.17.x`` is not guaranteed to work.
1010

1111

12-
0.17.2rc2
13-
---------
12+
0.17.2
13+
------
1414

1515
Bug fixes
1616
^^^^^^^^^

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 = "2rc2"
6+
PATCH_VERSION = "2"
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)