Skip to content

Commit

Permalink
🥚 🎡 release 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jan 18, 2019
1 parent 9c98da1 commit 986d545
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .moban.cd/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ releases:
details:
- "`#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."
- "`#158`: Empty file base_engine.py is finally removed"
date: 12-1-2019
date: 18-1-2019
version: 0.3.9
- changes:
- action: Updated
Expand Down
2 changes: 1 addition & 1 deletion .moban.cd/moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ contact: wangc_2011@hotmail.com
license: MIT
version: 0.3.9
current_version: 0.3.9
release: 0.3.8
release: 0.3.9
branch: master
command_line_interface: "moban"
entry_point: "moban.main:main"
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change log
================================================================================

0.3.9 - 12-1-2019
0.3.9 - 18-1-2019
--------------------------------------------------------------------------------

Updated
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = u'C. W.'

# The short X.Y version
version = u'0.3.8'
version = u'0.3.9'
# The full version, including alpha/beta/rc tags
release = u'0.3.9'

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

0 comments on commit 986d545

Please sign in to comment.