Skip to content

Commit 6ac9e4d

Browse files
authored
release-0.7.0rc3 (#198)
1 parent 3986113 commit 6ac9e4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

HISTORY.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Release History
44
===============
55

6-
0.7.0rc2
7-
+++++
6+
0.7.0rc3
7+
++++++++
88
* Change experimental tag color to cyan
99

1010
0.7.0rc1
11-
+++++
11+
++++++++
1212
* Allow disabling color (#171)
1313
* Support yaml and yamlc output (#173)
1414
* Drop support for python 2 and 3.5 (#174)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from codecs import open
1010
from setuptools import setup, find_packages
1111

12-
VERSION = '0.7.0rc2'
12+
VERSION = '0.7.0rc3'
1313

1414
DEPENDENCIES = [
1515
'argcomplete',

0 commit comments

Comments
 (0)