Skip to content

Commit 32dc01c

Browse files
author
Jianhui Harold
authored
Release 0.7.0rc4 (#200)
1 parent 83b2590 commit 32dc01c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

HISTORY.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
33
Release History
44
===============
55

6+
0.7.0rc4
7+
++++++++
8+
* Change the timing to raise `EVENT_CLI_POST_EXECUTE` event (#199)
9+
* Make `CLI.invoke` catch `SystemExit` (#199)
10+
611
0.7.0rc3
712
++++++++
8-
* Change experimental tag color to cyan
13+
* Change experimental tag color to cyan (#196)
914

1015
0.7.0rc1
1116
++++++++

setup.py

Lines changed: 1 addition & 1 deletion
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.0rc3'
12+
VERSION = '0.7.0rc4'
1313

1414
DEPENDENCIES = [
1515
'argcomplete',

0 commit comments

Comments
 (0)