File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ releases:
66 details :
77 - templates using the same template engine will be templated as a group
88 - update lml dependency to 0.0.3
9- date : unreleased
9+ date : 13-06-2018
1010 version : 0.2.1
1111- changes :
1212 - action : Added
Original file line number Diff line number Diff line change 55license : MIT
66version : 0.2.1
77current_version : 0.2.1
8- release : 0.2.0
8+ release : 0.2.1
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.2.1 - unreleased
4+ 0.2.1 - 13-06-2018
55--------------------------------------------------------------------------------
66
77Updated
Original file line number Diff line number Diff line change 2323 'Yet another jinja2 cli command for static text generation'
2424)
2525URL = 'https://github.com/moremoban/moban'
26- DOWNLOAD_URL = '%s/archive/0.2.0 .tar.gz' % URL
26+ DOWNLOAD_URL = '%s/archive/0.2.1 .tar.gz' % URL
2727FILES = ['README.rst' , 'CHANGELOG.rst' ]
2828KEYWORDS = [
2929 'jinja2' ,
5858# You do not need to read beyond this line
5959PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
6060 sys .executable )
61- GS_COMMAND = ('gs moban v0.2.0 ' +
62- "Find 0.2.0 in changelog for more details" )
61+ GS_COMMAND = ('gs moban v0.2.1 ' +
62+ "Find 0.2.1 in changelog for more details" )
6363NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6464 'Please install gease to enable it.' )
6565UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments