Skip to content

Commit 78c6236

Browse files
committed
🥚 🎡 release 0.6.8
1 parent 0f1d41e commit 78c6236

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
@@ -7,7 +7,7 @@ releases:
77
- |
88
since version 0.5.0, when rendering a single file or string, moban would report
99
'Templated 1 of 0 files', which should have been 'Templated 1 file.'
10-
date: tbd
10+
date: 7.12.2019
1111
version: 0.6.8
1212
- changes:
1313
- 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: [email protected]
66
license: MIT
77
version: 0.6.8
88
current_version: 0.6.8
9-
release: 0.6.7
9+
release: 0.6.8
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.6.8 - tbd
4+
0.6.8 - 7.12.2019
55
--------------------------------------------------------------------------------
66

77
**Updated**

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

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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"Yet another jinja2 cli command for static text generation"
5151
)
5252
URL = "https://github.com/moremoban/moban"
53-
DOWNLOAD_URL = "%s/archive/0.6.7.tar.gz" % URL
53+
DOWNLOAD_URL = "%s/archive/0.6.8.tar.gz" % URL
5454
FILES = ["README.rst", "CONTRIBUTORS.rst", "CHANGELOG.rst"]
5555
KEYWORDS = [
5656
"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.7 " +
101-
"Find 0.6.7 in changelog for more details")
100+
GS_COMMAND = ("gs moban v0.6.8 " +
101+
"Find 0.6.8 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)