File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
# The short X.Y version
28
28
version = '0.8.2'
29
29
# The full version, including alpha/beta/rc tags
30
- release = '0.8.2 '
30
+ release = '0.8.3 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change 41
41
42
42
NAME = "moban"
43
43
AUTHOR = "C. W."
44
- VERSION = "0.8.2 "
44
+ VERSION = "0.8.3 "
45
45
EMAIL = "wangc_2011@hotmail.com"
46
46
LICENSE = "MIT"
47
47
ENTRY_POINTS = {
53
53
"General purpose static text generator"
54
54
)
55
55
URL = "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
57
57
FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
58
58
KEYWORDS = [
59
59
"python" ,
100
100
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
101
101
HERE = os .path .abspath (os .path .dirname (__file__ ))
102
102
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" )
105
105
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
106
106
"Please install gease to enable it." )
107
107
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments