Skip to content

Commit 986d545

Browse files
committed
🥚 🎡 release 0.3.9
1 parent 9c98da1 commit 986d545

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
@@ -6,7 +6,7 @@ releases:
66
details:
77
- "`#90`: allow adding extra jinja2 extensions. `jinja2.ext.do`, `jinja2.ext.loopcontrols` are included by default. what's more, any other template enigne are eligible for extension additions."
88
- "`#158`: Empty file base_engine.py is finally removed"
9-
date: 12-1-2019
9+
date: 18-1-2019
1010
version: 0.3.9
1111
- changes:
1212
- action: Updated

.moban.cd/moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact: [email protected]
55
license: MIT
66
version: 0.3.9
77
current_version: 0.3.9
8-
release: 0.3.8
8+
release: 0.3.9
99
branch: master
1010
command_line_interface: "moban"
1111
entry_point: "moban.main:main"

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.3.9 - 12-1-2019
4+
0.3.9 - 18-1-2019
55
--------------------------------------------------------------------------------
66

77
Updated

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author = u'C. W.'
2929

3030
# The short X.Y version
31-
version = u'0.3.8'
31+
version = u'0.3.9'
3232
# The full version, including alpha/beta/rc tags
3333
release = u'0.3.9'
3434

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'Yet another jinja2 cli command for static text generation'
2626
)
2727
URL = 'https://github.com/moremoban/moban'
28-
DOWNLOAD_URL = '%s/archive/0.3.8.tar.gz' % URL
28+
DOWNLOAD_URL = '%s/archive/0.3.9.tar.gz' % URL
2929
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
3030
KEYWORDS = [
3131
'python',
@@ -60,8 +60,8 @@
6060
# You do not need to read beyond this line
6161
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
6262
sys.executable)
63-
GS_COMMAND = ('gs moban v0.3.8 ' +
64-
"Find 0.3.8 in changelog for more details")
63+
GS_COMMAND = ('gs moban v0.3.9 ' +
64+
"Find 0.3.9 in changelog for more details")
6565
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6666
'Please install gease to enable it.')
6767
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)