We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3986113 commit 6ac9e4dCopy full SHA for 6ac9e4d
HISTORY.rst
@@ -3,12 +3,12 @@
3
Release History
4
===============
5
6
-0.7.0rc2
7
-+++++
+0.7.0rc3
+++++++++
8
* Change experimental tag color to cyan
9
10
0.7.0rc1
11
12
* Allow disabling color (#171)
13
* Support yaml and yamlc output (#173)
14
* Drop support for python 2 and 3.5 (#174)
setup.py
@@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = '0.7.0rc2'
+VERSION = '0.7.0rc3'
DEPENDENCIES = [
15
'argcomplete',
0 commit comments