Skip to content

Commit d1c6baf

Browse files
authored
Merge pull request #372 from moremoban/dev
🥚 release 0.7.1
2 parents 934cf0a + dea5039 commit d1c6baf

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.moban.cd/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ releases:
88
If you uses mobanfile as data configuration file,
99
you are very likely to have this show stopper.
1010
Please upgrade to this version."
11-
date: 18.01.2020
11+
date: 25.04.2020
1212
version: 0.7.1
1313
- changes:
1414
- action: Removed

.moban.cd/moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contact: [email protected]
66
license: MIT
77
version: 0.7.1
88
current_version: 0.7.1
9-
release: 0.7.0
9+
release: 0.7.1
1010
branch: master
1111
master: index
1212
command_line_interface: "moban"

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.7.1 - 18.01.2020
4+
0.7.1 - 25.04.2020
55
--------------------------------------------------------------------------------
66

77
**Fixed**

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.7.1'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.7.0'
30+
release = '0.7.1'
3131

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

setup.py

Lines changed: 3 additions & 3 deletions
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.7.0.tar.gz" % URL
56+
DOWNLOAD_URL = "%s/archive/0.7.1.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.7.0 " +
101-
"Find 0.7.0 in changelog for more details")
100+
GS_COMMAND = ("gs moban v0.7.1 " +
101+
"Find 0.7.1 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)