File tree Expand file tree Collapse file tree 4 files changed +25
-4
lines changed Expand file tree Collapse file tree 4 files changed +25
-4
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 : Updated
6
+ details :
7
+ - ' `#21`: targets become optional'
8
+ - " `#19`: transfer symlink's target file's file permission under unix/linux systems"
9
+ - ' `#16`: introduce copy key word in mobanfile'
10
+ date : 29-May-2018
11
+ version : 0.1.4
4
12
- changes :
5
13
- action : Updated
6
14
details :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ contact: wangc_2011@hotmail.com
5
5
license : MIT
6
6
version : 0.1.4
7
7
current_version : 0.1.4
8
- release : 0.1.3
8
+ release : 0.1.4
9
9
branch : master
10
10
command_line_interface : " moban"
11
11
entry_point : " moban.main:main"
Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.1.4 - 29-May-2018
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. `#21 <https://github.com/moremoban/moban/issues/21 >`_: targets become
11
+ optional
12
+ #. `#19 <https://github.com/moremoban/moban/issues/19 >`_: transfer symlink's
13
+ target file's file permission under unix/linux systems
14
+ #. `#16 <https://github.com/moremoban/moban/issues/16 >`_: introduce copy key
15
+ word in mobanfile
16
+
4
17
0.1.3 - 12-Mar-2018
5
18
--------------------------------------------------------------------------------
6
19
Original file line number Diff line number Diff line change 23
23
'Yet another jinja2 cli command for static text generation'
24
24
)
25
25
URL = 'https:///moremoban/moban'
26
- DOWNLOAD_URL = '%s/archive/0.1.3 .tar.gz' % URL
26
+ DOWNLOAD_URL = '%s/archive/0.1.4 .tar.gz' % URL
27
27
FILES = ['README.rst' , 'CHANGELOG.rst' ]
28
28
KEYWORDS = [
29
29
'jinja2' ,
57
57
# You do not need to read beyond this line
58
58
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
59
59
sys .executable )
60
- GS_COMMAND = ('gs moban v0.1.3 ' +
61
- "Find 0.1.3 in changelog for more details" )
60
+ GS_COMMAND = ('gs moban v0.1.4 ' +
61
+ "Find 0.1.4 in changelog for more details" )
62
62
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
63
63
'Please install gease to enable it.' )
64
64
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments