File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ contact: wangc_2011@hotmail.com
5
5
license : MIT
6
6
version : 0.3.2
7
7
current_version : 0.3.2
8
- release : 0.3.1
8
+ release : 0.3.2
9
9
branch : master
10
10
command_line_interface : " moban"
11
11
entry_point : " moban.main:main"
Original file line number Diff line number Diff line change 28
28
author = u'C. W.'
29
29
30
30
# The short X.Y version
31
- version = u'0.3.1 '
31
+ version = u'0.3.2 '
32
32
# The full version, including alpha/beta/rc tags
33
33
release = u'0.3.2'
34
34
Original file line number Diff line number Diff line change 25
25
'Yet another jinja2 cli command for static text generation'
26
26
)
27
27
URL = 'https://github.com/moremoban/moban'
28
- DOWNLOAD_URL = '%s/archive/0.3.1 .tar.gz' % URL
28
+ DOWNLOAD_URL = '%s/archive/0.3.2 .tar.gz' % URL
29
29
FILES = ['README.rst' , 'CONTRIBUTORS.rst' , 'CHANGELOG.rst' ]
30
30
KEYWORDS = [
31
31
'jinja2' ,
60
60
# You do not need to read beyond this line
61
61
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
62
62
sys .executable )
63
- GS_COMMAND = ('gs moban v0.3.1 ' +
64
- "Find 0.3.1 in changelog for more details" )
63
+ GS_COMMAND = ('gs moban v0.3.2 ' +
64
+ "Find 0.3.2 in changelog for more details" )
65
65
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
66
66
'Please install gease to enable it.' )
67
67
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments