File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55license : MIT
66version : 0.2.2
77current_version : 0.2.2
8- release : 0.2.1
8+ release : 0.2.2
99branch : master
1010command_line_interface : " moban"
1111entry_point : " moban.main:main"
@@ -18,4 +18,4 @@ dependencies:
1818 - lml==0.0.3
1919 - crayons
2020description : Yet another jinja2 cli command for static text generation
21- scm_host : github.com
21+ scm_host : github.com
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.1 .tar.gz' % URL
26+ DOWNLOAD_URL = '%s/archive/0.2.2 .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.1 ' +
62- "Find 0.2.1 in changelog for more details" )
61+ GS_COMMAND = ('gs moban v0.2.2 ' +
62+ "Find 0.2.2 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