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 @@ -6,7 +6,7 @@ releases:
66 details :
77 - " `#32`: option 1 copy a directory without its subdirectories."
88 - " `#30`: command line template option is ignore when a moban file is present"
9- date : pending release
9+ date : 14-07-2018
1010 version : 0.2.4
1111- changes :
1212 - action : Added
Original file line number Diff line number Diff line change 55license : MIT
66version : 0.2.4
77current_version : 0.2.4
8- release : 0.2.3
8+ release : 0.2.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.2.4 - pending release
4+ 0.2.4 - 14-07-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.2.3 '
31+ version = u'0.2.4 '
3232# The full version, including alpha/beta/rc tags
3333release = u'0.2.4'
3434
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.3 .tar.gz' % URL
26+ DOWNLOAD_URL = '%s/archive/0.2.4 .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.3 ' +
62- "Find 0.2.3 in changelog for more details" )
61+ GS_COMMAND = ('gs moban v0.2.4 ' +
62+ "Find 0.2.4 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