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.
1 parent 4cff500 commit 6ed6474Copy full SHA for 6ed6474
ChangeLog
@@ -1,7 +1,7 @@
1
This file details the changelog of Keystone.
2
3
----------------------------------
4
-Version 0.9.2-rc1: June 14th, 2020
+Version 0.9.2-rc1: June 13th, 2020
5
6
[ Core & tool ]
7
bindings/python/setup.py
@@ -19,7 +19,7 @@
19
from setuptools.command.bdist_egg import bdist_egg as _bdist_egg
20
from setuptools.command.develop import develop as _develop
21
22
-VERSION = '0.9.2'
+VERSION = '0.9.2' + 'rc1'
23
SYSTEM = sys.platform
24
IS_64BITS = platform.architecture()[0] == '64bit'
25
0 commit comments