Skip to content

Commit 98bf8de

Browse files
committed
🥚 🎡 release 0.7.5
1 parent dec192f commit 98bf8de

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.moban.cd/moban.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ organisation: moremoban
44
author: C. W.
55
66
license: MIT
7-
version: 0.7.4
8-
current_version: 0.7.4
9-
release: 0.7.4
7+
version: 0.7.5
8+
current_version: 0.7.5
9+
release: 0.7.5
1010
branch: master
1111
master: index
1212
command_line_interface: "moban"

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
copyright = '2017-2020 Onni Software Ltd.'
2626
author = 'C. W.'
2727
# The short X.Y version
28-
version = '0.7.4'
28+
version = '0.7.5'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.7.4'
30+
release = '0.7.5'
3131

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

moban/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.7.4"
1+
__version__ = "0.7.5"
22
__author__ = "C. W."

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.7.4"
44+
VERSION = "0.7.5"
4545
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.7.4.tar.gz" % URL
56+
DOWNLOAD_URL = "%s/archive/0.7.5.tar.gz" % URL
5757
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
5858
KEYWORDS = [
5959
"python",
@@ -96,8 +96,8 @@
9696
}
9797
# You do not need to read beyond this line
9898
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable)
99-
GS_COMMAND = ("gs moban v0.7.4 " +
100-
"Find 0.7.4 in changelog for more details")
99+
GS_COMMAND = ("gs moban v0.7.5 " +
100+
"Find 0.7.5 in changelog for more details")
101101
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
102102
"Please install gease to enable it.")
103103
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)