Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .moban.cd/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ releases:
- action: Updated
details:
- Template engine interface has been clarified and documented
date: 14-11-2018
date: 18-11-2018
version: 0.3.4
- changes:
- action: Added
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.4
current_version: 0.3.4
release: 0.3.3
release: 0.3.4
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.4 - 14-11-2018
0.3.4 - 18-11-2018
--------------------------------------------------------------------------------

Added
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.3'
version = u'0.3.4'
# The full version, including alpha/beta/rc tags
release = u'0.3.4'

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.3.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.3.4.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.3 ' +
"Find 0.3.3 in changelog for more details")
GS_COMMAND = ('gs moban v0.3.4 ' +
"Find 0.3.4 in changelog for more details")
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
'Please install gease to enable it.')
UPLOAD_FAILED_MSG = (
Expand Down