Skip to content

Commit 1996191

Browse files
committed
:eggs: 🎡 release 0.7.0
1 parent 4771fe0 commit 1996191

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
@@ -9,7 +9,7 @@ releases:
99
- action: Updated
1010
details:
1111
- "`#360`: show friendlier error when unknown protocol exception was raised."
12-
date: tbd
12+
date: 18.01.2020
1313
version: 0.7.0
1414
- changes:
1515
- action: Updated

.moban.cd/moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ contact: wangc_2011@hotmail.com
66
license: MIT
77
version: 0.7.0
88
current_version: 0.7.0
9-
release: 0.6.8
9+
release: 0.7.0
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.0 - tbd
4+
0.7.0 - 18.01.2020
55
--------------------------------------------------------------------------------
66

77
**Removed**

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.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = '0.6.8'
30+
release = '0.7.0'
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
"Yet another jinja2 cli command for static text generation"
5454
)
5555
URL = "https://github.com/moremoban/moban"
56-
DOWNLOAD_URL = "%s/archive/0.6.8.tar.gz" % URL
56+
DOWNLOAD_URL = "%s/archive/0.7.0.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.6.8 " +
101-
"Find 0.6.8 in changelog for more details")
100+
GS_COMMAND = ("gs moban v0.7.0 " +
101+
"Find 0.7.0 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)