Skip to content

Commit 745815c

Browse files
committed
🥚 🎡 release 0.1.2 - stripping of trailing new lines
1 parent 7f8d54e commit 745815c

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.moban.cd/changelog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ releases:
55
- action: Added
66
details:
77
- '`#13`: strip off new lines in the templated file'
8-
date: unreleased
8+
date: 10-Jan-2018
99
version: 0.1.2
1010
- changes:
1111
- action: Added
@@ -14,7 +14,7 @@ releases:
1414
limit
1515
- 'speical filter expand github references: pull request and issues'
1616
- '`#15`: fix templating syntax to enable python 2.6'
17-
date: 08-Jan-2017
17+
date: 08-Jan-2018
1818
version: 0.1.1
1919
- changes:
2020
- 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.1.2
77
current_version: 0.1.2
8-
release: 0.1.1
8+
release: 0.1.2
99
branch: master
1010
command_line_interface: "moban"
1111
entry_point: "moban.main:main"

CHANGELOG.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change log
22
================================================================================
33

4-
0.1.2 - unreleased
4+
0.1.2 - 10-Jan-2018
55
--------------------------------------------------------------------------------
66

77
Added
@@ -10,7 +10,7 @@ Added
1010
#. `#13 <https://github.com/moremoban/moban/issues/13>`_: strip off new lines in
1111
the templated file
1212

13-
0.1.1 - 08-Jan-2017
13+
0.1.1 - 08-Jan-2018
1414
--------------------------------------------------------------------------------
1515

1616
Added
@@ -138,4 +138,3 @@ Added
138138
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
139139

140140
#. Initial release
141-

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'Yet another jinja2 cli command for static text generation'
2222
)
2323
URL = 'https://github.com/moremoban/moban'
24-
DOWNLOAD_URL = '%s/archive/0.1.1.tar.gz' % URL
24+
DOWNLOAD_URL = '%s/archive/0.1.2.tar.gz' % URL
2525
FILES = ['README.rst', 'CHANGELOG.rst']
2626
KEYWORDS = [
2727
'jinja2',
@@ -56,8 +56,8 @@
5656
# You do not need to read beyond this line
5757
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5858
sys.executable)
59-
GS_COMMAND = ('gs moban v0.1.1 ' +
60-
"Find 0.1.1 in changelog for more details")
59+
GS_COMMAND = ('gs moban v0.1.2 ' +
60+
"Find 0.1.2 in changelog for more details")
6161
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6262
'Please install gease to enable it.')
6363
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)