Skip to content

Commit

Permalink
🤝 call moban
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Oct 18, 2020
1 parent 65dbd84 commit dcb3d97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = '0.8.2'
# The full version, including alpha/beta/rc tags
release = '0.8.2'
release = '0.8.3'

# -- General configuration ---------------------------------------------------

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

NAME = "moban"
AUTHOR = "C. W."
VERSION = "0.8.2"
VERSION = "0.8.3"
EMAIL = "wangc_2011@hotmail.com"
LICENSE = "MIT"
ENTRY_POINTS = {
Expand All @@ -53,7 +53,7 @@
"General purpose static text generator"
)
URL = "https://github.com/moremoban/moban"
DOWNLOAD_URL = "%s/archive/0.8.2.tar.gz" % URL
DOWNLOAD_URL = "%s/archive/0.8.3.tar.gz" % URL
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
KEYWORDS = [
"python",
Expand Down Expand Up @@ -100,8 +100,8 @@
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
HERE = os.path.abspath(os.path.dirname(__file__))

GS_COMMAND = ("gease moban v0.8.2 " +
"Find 0.8.2 in changelog for more details")
GS_COMMAND = ("gease moban v0.8.3 " +
"Find 0.8.3 in changelog for more details")
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
"Please install gease to enable it.")
UPLOAD_FAILED_MSG = (
Expand Down

0 comments on commit dcb3d97

Please sign in to comment.