File tree 6 files changed +26
-10
lines changed
6 files changed +26
-10
lines changed Original file line number Diff line number Diff line change 1
1
name : moban
2
2
organisation : moremoban
3
3
releases :
4
+ - changes :
5
+ - action : Fixed
6
+ details :
7
+ - " `#399`: content processor should be called only once"
8
+ - " content processor shall pass on options to content processors"
9
+ date : 04.09.2020
10
+ version : 0.8.1
4
11
- changes :
5
12
- action : Removed
6
13
details :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ organisation: moremoban
4
4
author : chfw
5
5
contact : wangc_2011@hotmail.com
6
6
license : MIT
7
- version : 0.8.0
8
- current_version : 0.8.0
9
- release : 0.8.0
7
+ version : 0.8.1
8
+ current_version : 0.8.1
9
+ release : 0.8.1
10
10
branch : master
11
11
master : index
12
12
command_line_interface : " moban"
Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.8.1 - 04.09.2020
5
+ --------------------------------------------------------------------------------
6
+
7
+ **Fixed **
8
+
9
+ #. `#399 <https://github.com/moremoban/moban/issues/399 >`_: content processor
10
+ should be called only once
11
+ #. content processor shall pass on options to content processors
12
+
4
13
0.8.0 - 02.09.2020
5
14
--------------------------------------------------------------------------------
6
15
Original file line number Diff line number Diff line change 25
25
copyright = '2017-2020 Onni Software Ltd.'
26
26
author = 'chfw'
27
27
# The short X.Y version
28
- version = '0.8.0 '
28
+ version = '0.8.1 '
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.8.0 '
30
+ release = '0.8.1 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change 1
- __version__ = "0.8.0 "
1
+ __version__ = "0.8.1 "
2
2
__author__ = "chfw"
Original file line number Diff line number Diff line change 41
41
42
42
NAME = "moban"
43
43
AUTHOR = "chfw"
44
- VERSION = "0.8.0 "
44
+ VERSION = "0.8.1 "
45
45
EMAIL = "wangc_2011@hotmail.com"
46
46
LICENSE = "MIT"
47
47
ENTRY_POINTS = {
53
53
"General purpose static text generator"
54
54
)
55
55
URL = "https://github.com/moremoban/moban"
56
- DOWNLOAD_URL = "%s/archive/0.8.0 .tar.gz" % URL
56
+ DOWNLOAD_URL = "%s/archive/0.8.1 .tar.gz" % URL
57
57
FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
58
58
KEYWORDS = [
59
59
"python" ,
97
97
}
98
98
# You do not need to read beyond this line
99
99
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
100
- GS_COMMAND = ("gs moban v0.8.0 " +
101
- "Find 0.8.0 in changelog for more details" )
100
+ GS_COMMAND = ("gs moban v0.8.1 " +
101
+ "Find 0.8.1 in changelog for more details" )
102
102
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
103
103
"Please install gease to enable it." )
104
104
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments