File tree Expand file tree Collapse file tree 6 files changed +29
-11
lines changed Expand file tree Collapse file tree 6 files changed +29
-11
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
+ 0.0.3 - tbd
5
+ --------------------------------------------------------------------------------
6
+
7
+ Updated
8
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+
10
+ #. `#7 <https://github.com/moremoban/moban-handlebars/issues/7 >`_: support moban
11
+ v4.1
12
+ #. `#9 <https://github.com/moremoban/moban-handlebars/issues/9 >`_: support moban
13
+ v6
14
+
4
15
0.0.2 - 22-01-2019
5
16
--------------------------------------------------------------------------------
6
17
Original file line number Diff line number Diff line change 1
1
name : moban-handlebars
2
2
organisation : moremoban
3
3
releases :
4
+ - changes :
5
+ - action : Updated
6
+ details :
7
+ - " `#7`: support moban v4.1"
8
+ - " `#9`: support moban v6"
9
+ date : tbd
10
+ version : 0.0.3
4
11
- changes :
5
12
- action : Updated
6
13
details :
Original file line number Diff line number Diff line change 20
20
copyright = ''
21
21
author = 'Charlie Liu, C.W. et al'
22
22
# The short X.Y version
23
- version = '0.0.2 '
23
+ version = '0.0.3 '
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.0.2 '
25
+ release = '0.0.3 '
26
26
27
27
# -- General configuration ---------------------------------------------------
28
28
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ organisation: "moremoban"
3
3
author : " Charlie Liu, C.W. et al"
4
4
contact : " wangc_2011@hotmail.com"
5
5
company : " Moremoban dev team and its contributors"
6
- version : " 0.0.2 "
7
- current_version : " 0.0.2 "
8
- release : " 0.0.2 "
6
+ version : " 0.0.3 "
7
+ current_version : " 0.0.3 "
8
+ release : " 0.0.3 "
9
9
copyright_year : 2018-2019
10
10
license : MIT
11
11
dependencies :
12
12
- pybars3
13
13
- lml>=0.0.7
14
14
description : " Provide handlebars templating capability to moban."
15
- lint_command : make lint
15
+ lint_command : make lint
Original file line number Diff line number Diff line change 1
- __version__ = "0.0.2 "
1
+ __version__ = "0.0.3 "
2
2
__author__ = "Charlie Liu, C.W. et al"
Original file line number Diff line number Diff line change 29
29
30
30
NAME = "moban-handlebars"
31
31
AUTHOR = "Charlie Liu, C.W. et al"
32
- VERSION = "0.0.2 "
32
+ VERSION = "0.0.3 "
33
33
EMAIL = "wangc_2011@hotmail.com"
34
34
LICENSE = "MIT"
35
35
DESCRIPTION = (
36
36
"Provide handlebars templating capability to moban."
37
37
)
38
38
URL = "https://github.com/moremoban/moban-handlebars"
39
- DOWNLOAD_URL = "%s/archive/0.0.2 .tar.gz" % URL
39
+ DOWNLOAD_URL = "%s/archive/0.0.3 .tar.gz" % URL
40
40
FILES = ["README.rst" , 'CONTRIBUTORS.rst' , "CHANGELOG.rst" ]
41
41
KEYWORDS = [
42
42
"python" ,
71
71
}
72
72
# You do not need to read beyond this line
73
73
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
74
- GS_COMMAND = ("gs moban-handlebars v0.0.2 " +
75
- "Find 0.0.2 in changelog for more details" )
74
+ GS_COMMAND = ("gs moban-handlebars v0.0.3 " +
75
+ "Find 0.0.3 in changelog for more details" )
76
76
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
77
77
"Please install gease to enable it." )
78
78
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments