We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b2590 commit 32dc01cCopy full SHA for 32dc01c
HISTORY.rst
@@ -3,9 +3,14 @@
3
Release History
4
===============
5
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
+
11
0.7.0rc3
12
++++++++
-* Change experimental tag color to cyan
13
+* Change experimental tag color to cyan (#196)
14
15
0.7.0rc1
16
setup.py
@@ -9,7 +9,7 @@
from codecs import open
from setuptools import setup, find_packages
-VERSION = '0.7.0rc3'
+VERSION = '0.7.0rc4'
DEPENDENCIES = [
'argcomplete',
0 commit comments