Skip to content

Commit e1cf0b0

Browse files
committed
👕 sync with pypi-mobans
1 parent a51e9e6 commit e1cf0b0

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Change log
44
0.0.3 - 10.09.2019
55
--------------------------------------------------------------------------------
66

7-
Updated
8-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+
**Updated**
98

109
#. `#7 <https://github.com/moremoban/moban-handlebars/issues/7>`_: support moban
1110
v4.1
@@ -15,8 +14,7 @@ Updated
1514
0.0.2 - 22-01-2019
1615
--------------------------------------------------------------------------------
1716

18-
Updated
19-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
17+
**Updated**
2018

2119
#. `#1 <https://github.com/moremoban/moban-handlebars/issues/1>`_: support moban
2220
v0.3.8
@@ -28,7 +26,6 @@ Updated
2826
0.0.1 - 18-11-2018
2927
--------------------------------------------------------------------------------
3028

31-
First release
32-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
29+
**First release**
3330

3431
#. render .hbr .handlebars files for moban

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file only contains a selection of the most common options. For a full
44
# list see the documentation:
5-
# http://www.sphinx-doc.org/en/master/config
5+
# https://www.sphinx-doc.org/en/master/usage/configuration.html
66

77
# -- Path setup --------------------------------------------------------------
88

@@ -59,4 +59,4 @@
5959
# Add any paths that contain custom static files (such as style sheets) here,
6060
# relative to this directory. They are copied after the builtin static files,
6161
# so a file named "default.css" will overwrite the builtin "default.css".
62-
html_static_path = ['static']
62+
html_static_path = ['static']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def run(self):
114114
self.status(NO_GS_MESSAGE)
115115
if run_status:
116116
if os.system(PUBLISH_COMMAND) != 0:
117-
self.status(UPLOAD_FAILED_MSG % PUBLISH_COMMAND)
117+
self.status(UPLOAD_FAILED_MSG)
118118

119119
sys.exit()
120120

0 commit comments

Comments
 (0)