Skip to content

Commit f2a1535

Browse files
committed
This is an auto-commit
1 parent f74aa6a commit f2a1535

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change log
22
================================================================================
33

4+
0.0.11 - 18.10.2020
5+
--------------------------------------------------------------------------------
6+
7+
**Updated**
8+
9+
#. `#14 <https://github.com/moremoban/gease/issues/14>`_: failed to use public
10+
apis
11+
412
0.0.10 - 18.10.2020
513
--------------------------------------------------------------------------------
614

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
8181
HERE = os.path.abspath(os.path.dirname(__file__))
8282

83-
GS_COMMAND = ("gs gease v0.0.10 " +
83+
GS_COMMAND = ("gease gease v0.0.10 " +
8484
"Find 0.0.10 in changelog for more details")
8585
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
8686
"Please install gease to enable it.")

0 commit comments

Comments
 (0)