Skip to content

Commit dcb3d97

Browse files
committed
🤝 call moban
1 parent 65dbd84 commit dcb3d97

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = '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

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
NAME = "moban"
4343
AUTHOR = "C. W."
44-
VERSION = "0.8.2"
44+
VERSION = "0.8.3"
4545
EMAIL = "wangc_2011@hotmail.com"
4646
LICENSE = "MIT"
4747
ENTRY_POINTS = {
@@ -53,7 +53,7 @@
5353
"General purpose static text generator"
5454
)
5555
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
5757
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
5858
KEYWORDS = [
5959
"python",
@@ -100,8 +100,8 @@
100100
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
101101
HERE = 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")
105105
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
106106
"Please install gease to enable it.")
107107
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)