Skip to content
Snippets Groups Projects
Commit 6ed6474c authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

python: set version to 0.9.2rc1

parent 4cff500e
No related branches found
No related tags found
No related merge requests found
This file details the changelog of Keystone. This file details the changelog of Keystone.
---------------------------------- ----------------------------------
Version 0.9.2-rc1: June 14th, 2020 Version 0.9.2-rc1: June 13th, 2020
[ Core & tool ] [ Core & tool ]
......
...@@ -19,7 +19,7 @@ from distutils.command.sdist import sdist as _sdist ...@@ -19,7 +19,7 @@ from distutils.command.sdist import sdist as _sdist
from setuptools.command.bdist_egg import bdist_egg as _bdist_egg from setuptools.command.bdist_egg import bdist_egg as _bdist_egg
from setuptools.command.develop import develop as _develop from setuptools.command.develop import develop as _develop
VERSION = '0.9.2' VERSION = '0.9.2' + 'rc1'
SYSTEM = sys.platform SYSTEM = sys.platform
IS_64BITS = platform.architecture()[0] == '64bit' IS_64BITS = platform.architecture()[0] == '64bit'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment