We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 148b299 commit 9799176Copy full SHA for 9799176
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.1 (unreleased)
13
--------------------
+0.17.1r1
+--------
14
15
Bug fixes
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 = "1b1"
+PATCH_VERSION = "1rc1"
7
VERSION = "%s.%s.%s" % (MAJOR_VERSION, MINOR_VERSION, PATCH_VERSION)
8
SHORTVERSION = "%s.%s" % (MAJOR_VERSION, MINOR_VERSION)
0 commit comments