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 2727# The short X.Y version
2828version = '0.8.2'
2929# The full version, including alpha/beta/rc tags
30- release = '0.8.2 '
30+ release = '0.8.3 '
3131
3232# -- General configuration ---------------------------------------------------
3333
Original file line number Diff line number Diff line change 4141
4242NAME = "moban"
4343AUTHOR = "C. W."
44- VERSION = "0.8.2 "
44+ VERSION = "0.8.3 "
45454646LICENSE = "MIT"
4747ENTRY_POINTS = {
5353 "General purpose static text generator"
5454)
5555URL = "https://github.com/moremoban/moban"
56- DOWNLOAD_URL = "%s/archive/0.8.2 .tar.gz" % URL
56+ DOWNLOAD_URL = "%s/archive/0.8.3 .tar.gz" % URL
5757FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
5858KEYWORDS = [
5959 "python" ,
100100PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
101101HERE = os .path .abspath (os .path .dirname (__file__ ))
102102
103- GS_COMMAND = ("gease moban v0.8.2 " +
104- "Find 0.8.2 in changelog for more details" )
103+ GS_COMMAND = ("gease moban v0.8.3 " +
104+ "Find 0.8.3 in changelog for more details" )
105105NO_GS_MESSAGE = ("Automatic github release is disabled. " +
106106 "Please install gease to enable it." )
107107UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments