File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ releases:
9
9
- action : Updated
10
10
details :
11
11
- Template engine interface has been clarified and documented
12
- date : 14 -11-2018
12
+ date : 18 -11-2018
13
13
version : 0.3.4
14
14
- changes :
15
15
- action : Added
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.3.4
7
7
current_version : 0.3.4
8
- release : 0.3.3
8
+ release : 0.3.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.3.4 - 14 -11-2018
4
+ 0.3.4 - 18 -11-2018
5
5
--------------------------------------------------------------------------------
6
6
7
7
Added
Original file line number Diff line number Diff line change 28
28
author = u'C. W.'
29
29
30
30
# The short X.Y version
31
- version = u'0.3.3 '
31
+ version = u'0.3.4 '
32
32
# The full version, including alpha/beta/rc tags
33
33
release = u'0.3.4'
34
34
Original file line number Diff line number Diff line change 25
25
'Yet another jinja2 cli command for static text generation'
26
26
)
27
27
URL = 'https://github.com/moremoban/moban'
28
- DOWNLOAD_URL = '%s/archive/0.3.3 .tar.gz' % URL
28
+ DOWNLOAD_URL = '%s/archive/0.3.4 .tar.gz' % URL
29
29
FILES = ['README.rst' , 'CONTRIBUTORS.rst' , 'CHANGELOG.rst' ]
30
30
KEYWORDS = [
31
31
'python' ,
60
60
# You do not need to read beyond this line
61
61
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
62
62
sys .executable )
63
- GS_COMMAND = ('gs moban v0.3.3 ' +
64
- "Find 0.3.3 in changelog for more details" )
63
+ GS_COMMAND = ('gs moban v0.3.4 ' +
64
+ "Find 0.3.4 in changelog for more details" )
65
65
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
66
66
'Please install gease to enable it.' )
67
67
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments