File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ contact: wangc_2011@hotmail.com
6
6
license : MIT
7
7
version : 0.8.2
8
8
current_version : 0.8.2
9
- release : 0.8.1
9
+ release : 0.8.2
10
10
branch : master
11
11
master : index
12
12
command_line_interface : " moban"
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.1 '
30
+ release = '0.8.2 '
31
31
32
32
# -- General configuration ---------------------------------------------------
33
33
Original file line number Diff line number Diff line change 53
53
"General purpose static text generator"
54
54
)
55
55
URL = "https://github.com/moremoban/moban"
56
- DOWNLOAD_URL = "%s/archive/0.8.1 .tar.gz" % URL
56
+ DOWNLOAD_URL = "%s/archive/0.8.2 .tar.gz" % URL
57
57
FILES = ["README.rst" , "CONTRIBUTORS.rst" , "CHANGELOG.rst" ]
58
58
KEYWORDS = [
59
59
"python" ,
97
97
}
98
98
# You do not need to read beyond this line
99
99
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
100
- GS_COMMAND = ("gs moban v0.8.1 " +
101
- "Find 0.8.1 in changelog for more details" )
100
+ GS_COMMAND = ("gs moban v0.8.2 " +
101
+ "Find 0.8.2 in changelog for more details" )
102
102
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
103
103
"Please install gease to enable it." )
104
104
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments