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:
99 - action : Updated
1010 details :
1111 - Template engine interface has been clarified and documented
12- date : 14 -11-2018
12+ date : 18 -11-2018
1313 version : 0.3.4
1414- changes :
1515 - action : Added
Original file line number Diff line number Diff line change 55license : MIT
66version : 0.3.4
77current_version : 0.3.4
8- release : 0.3.3
8+ release : 0.3.4
99branch : master
1010command_line_interface : " moban"
1111entry_point : " moban.main:main"
Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4- 0.3.4 - 14 -11-2018
4+ 0.3.4 - 18 -11-2018
55--------------------------------------------------------------------------------
66
77Added
Original file line number Diff line number Diff line change 2828author = u'C. W.'
2929
3030# The short X.Y version
31- version = u'0.3.3 '
31+ version = u'0.3.4 '
3232# The full version, including alpha/beta/rc tags
3333release = u'0.3.4'
3434
Original file line number Diff line number Diff line change 2525 'Yet another jinja2 cli command for static text generation'
2626)
2727URL = '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
2929FILES = ['README.rst' , 'CONTRIBUTORS.rst' , 'CHANGELOG.rst' ]
3030KEYWORDS = [
3131 'python' ,
6060# You do not need to read beyond this line
6161PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
6262 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" )
6565NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6666 'Please install gease to enable it.' )
6767UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments