File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ releases:
55 - action : Added
66 details :
77 - ' `#13`: strip off new lines in the templated file'
8- date : unreleased
8+ date : 10-Jan-2018
99 version : 0.1.2
1010- changes :
1111 - action : Added
@@ -14,7 +14,7 @@ releases:
1414 limit
1515 - ' speical filter expand github references: pull request and issues'
1616 - ' `#15`: fix templating syntax to enable python 2.6'
17- date : 08-Jan-2017
17+ date : 08-Jan-2018
1818 version : 0.1.1
1919- changes :
2020 - action : Added
Original file line number Diff line number Diff line change 55license : MIT
66version : 0.1.2
77current_version : 0.1.2
8- release : 0.1.1
8+ release : 0.1.2
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.1.2 - unreleased
4+ 0.1.2 - 10-Jan-2018
55--------------------------------------------------------------------------------
66
77Added
1010#. `#13 <https://github.com/moremoban/moban/issues/13 >`_: strip off new lines in
1111 the templated file
1212
13- 0.1.1 - 08-Jan-2017
13+ 0.1.1 - 08-Jan-2018
1414--------------------------------------------------------------------------------
1515
1616Added
@@ -138,4 +138,3 @@ Added
138138^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139139
140140#. Initial release
141-
Original file line number Diff line number Diff line change 2121 'Yet another jinja2 cli command for static text generation'
2222)
2323URL = 'https://github.com/moremoban/moban'
24- DOWNLOAD_URL = '%s/archive/0.1.1 .tar.gz' % URL
24+ DOWNLOAD_URL = '%s/archive/0.1.2 .tar.gz' % URL
2525FILES = ['README.rst' , 'CHANGELOG.rst' ]
2626KEYWORDS = [
2727 'jinja2' ,
5656# You do not need to read beyond this line
5757PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5858 sys .executable )
59- GS_COMMAND = ('gs moban v0.1.1 ' +
60- "Find 0.1.1 in changelog for more details" )
59+ GS_COMMAND = ('gs moban v0.1.2 ' +
60+ "Find 0.1.2 in changelog for more details" )
6161NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6262 'Please install gease to enable it.' )
6363UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments