Skip to content

Commit 4cd3306

Browse files
author
Benjamin Bach
committed
Bump to 0.17.5
1 parent 3134928 commit 4cd3306

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.5b1
13-
--------
12+
0.17.5
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 = "5b1"
6+
PATCH_VERSION = "5"
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)