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 @@ -8,7 +8,7 @@ releases:
88 If you uses mobanfile as data configuration file,
99 you are very likely to have this show stopper.
1010 Please upgrade to this version."
11- date : 18.01 .2020
11+ date : 25.04 .2020
1212 version : 0.7.1
1313 - changes :
1414 - action : Removed
Original file line number Diff line number Diff line change 66license : MIT
77version : 0.7.1
88current_version : 0.7.1
9- release : 0.7.0
9+ release : 0.7.1
1010branch : master
1111master : index
1212command_line_interface : " moban"
Original file line number Diff line number Diff line change 11Change log
22================================================================================
33
4- 0.7.1 - 18.01 .2020
4+ 0.7.1 - 25.04 .2020
55--------------------------------------------------------------------------------
66
77**Fixed **
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = '0.7.1'
2929# The full version, including alpha/beta/rc tags
30- release = '0.7.0 '
30+ release = '0.7.1 '
3131
3232# -- General configuration ---------------------------------------------------
3333
Original file line number Diff line number Diff line change 5353 "General purpose static text generator"
5454)
5555URL = "https://github.com/moremoban/moban"
56- DOWNLOAD_URL = "%s/archive/0.7.0 .tar.gz" % URL
56+ DOWNLOAD_URL = "%s/archive/0.7.1 .tar.gz" % URL
5757FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
5858KEYWORDS = [
5959 "python" ,
9797}
9898# You do not need to read beyond this line
9999PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
100- GS_COMMAND = ("gs moban v0.7.0 " +
101- "Find 0.7.0 in changelog for more details" )
100+ GS_COMMAND = ("gs moban v0.7.1 " +
101+ "Find 0.7.1 in changelog for more details" )
102102NO_GS_MESSAGE = ("Automatic github release is disabled. " +
103103 "Please install gease to enable it." )
104104UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments