Skip to content

Commit c852a35

Browse files
committedSep 10, 2020
🥚 🎡 release 0.8.2
1 parent 8b09eaf commit c852a35

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.moban.cd/moban.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contact: wangc_2011@hotmail.com
66
license: MIT
77
version: 0.8.2
88
current_version: 0.8.2
9-
release: 0.8.1
9+
release: 0.8.2
1010
branch: master
1111
master: index
1212
command_line_interface: "moban"

‎docs/conf.py

+1-1
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.1'
30+
release = '0.8.2'
3131

3232
# -- General configuration ---------------------------------------------------
3333

‎setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -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.1.tar.gz" % URL
56+
DOWNLOAD_URL = "%s/archive/0.8.2.tar.gz" % URL
5757
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
5858
KEYWORDS = [
5959
"python",
@@ -97,8 +97,8 @@
9797
}
9898
# You do not need to read beyond this line
9999
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")
102102
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
103103
"Please install gease to enable it.")
104104
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)