From 89ba777ae9074a2ed7dc4004e219a6cdcbb397b6 Mon Sep 17 00:00:00 2001 From: Jiashuo Li Date: Fri, 20 Mar 2020 13:32:38 +0800 Subject: [PATCH] Change version to 0.7.0rc1 --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index e034676..79bab1d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -0.7.0 +0.7.0rc1 +++++ * Allow disabling color (#171) * Support yaml and yamlc output (#173) diff --git a/setup.py b/setup.py index ae40016..e8e3d56 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from codecs import open from setuptools import setup, find_packages -VERSION = '0.7.0' +VERSION = '0.7.0rc1' DEPENDENCIES = [ 'argcomplete',