Skip to content

Commit fbf2854

Browse files
committed
🥚 🎡 release 0.2.1
1 parent 133be58 commit fbf2854

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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
- templates using the same template engine will be templated as a group
88
- update lml dependency to 0.0.3
9-
date: unreleased
9+
date: 13-06-2018
1010
version: 0.2.1
1111
- changes:
1212
- action: Added

.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.2.1
77
current_version: 0.2.1
8-
release: 0.2.0
8+
release: 0.2.1
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.2.1 - unreleased
4+
0.2.1 - 13-06-2018
55
--------------------------------------------------------------------------------
66

77
Updated

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
'Yet another jinja2 cli command for static text generation'
2424
)
2525
URL = 'https://github.com/moremoban/moban'
26-
DOWNLOAD_URL = '%s/archive/0.2.0.tar.gz' % URL
26+
DOWNLOAD_URL = '%s/archive/0.2.1.tar.gz' % URL
2727
FILES = ['README.rst', 'CHANGELOG.rst']
2828
KEYWORDS = [
2929
'jinja2',
@@ -58,8 +58,8 @@
5858
# You do not need to read beyond this line
5959
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
6060
sys.executable)
61-
GS_COMMAND = ('gs moban v0.2.0 ' +
62-
"Find 0.2.0 in changelog for more details")
61+
GS_COMMAND = ('gs moban v0.2.1 ' +
62+
"Find 0.2.1 in changelog for more details")
6363
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6464
'Please install gease to enable it.')
6565
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)