We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e17f29 + 7b94591 commit 089f578Copy full SHA for 089f578
docs/installguide/release_notes.rst
@@ -9,8 +9,8 @@ to read the release notes.
9
``0.15.x`` to ``0.17.x`` is not guaranteed to work.
10
11
12
-0.17.4 (unreleased)
13
--------------------
+0.17.4b2
+--------
14
15
Added
16
^^^^^
kalite/version.py
@@ -3,7 +3,7 @@
3
# Must also be of the form N.N.N for internal use, where N is a non-negative integer
4
MAJOR_VERSION = "0"
5
MINOR_VERSION = "17"
6
-PATCH_VERSION = "4dev0"
+PATCH_VERSION = "4b2"
7
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
8
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
0 commit comments