Skip to content

Commit

Permalink
🥚 🎡 release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Jun 13, 2018
1 parent 133be58 commit fbf2854
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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:
- templates using the same template engine will be templated as a group
- update lml dependency to 0.0.3
date: unreleased
date: 13-06-2018
version: 0.2.1
- 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.2.1
current_version: 0.2.1
release: 0.2.0
release: 0.2.1
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.2.1 - unreleased
0.2.1 - 13-06-2018
--------------------------------------------------------------------------------

Updated
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
'Yet another jinja2 cli command for static text generation'
)
URL = 'https://github.com/moremoban/moban'
DOWNLOAD_URL = '%s/archive/0.2.0.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.2.1.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'jinja2',
Expand Down Expand Up @@ -58,8 +58,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.2.0 ' +
"Find 0.2.0 in changelog for more details")
GS_COMMAND = ('gs moban v0.2.1 ' +
"Find 0.2.1 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 fbf2854

Please sign in to comment.