diff --git a/.moban.cd/changelog.yml b/.moban.cd/changelog.yml index 2dccf2ec..63bb4d61 100644 --- a/.moban.cd/changelog.yml +++ b/.moban.cd/changelog.yml @@ -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 diff --git a/.moban.cd/moban.yml b/.moban.cd/moban.yml index 84096911..f5ac66b2 100644 --- a/.moban.cd/moban.yml +++ b/.moban.cd/moban.yml @@ -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" diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ebe1d8d5..b79445a5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Change log ================================================================================ -0.2.1 - unreleased +0.2.1 - 13-06-2018 -------------------------------------------------------------------------------- Updated diff --git a/setup.py b/setup.py index c80dfe61..ce2be986 100644 --- a/setup.py +++ b/setup.py @@ -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', @@ -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 = (