Skip to content

Commit fc5298c

Browse files
committed
🥚 🎡 release 0.1.4
1 parent b224532 commit fc5298c

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.moban.cd/changelog.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: moban
22
organisation: moremoban
33
releases:
4+
- changes:
5+
- action: Updated
6+
details:
7+
- '`#21`: targets become optional'
8+
- "`#19`: transfer symlink's target file's file permission under unix/linux systems"
9+
- '`#16`: introduce copy key word in mobanfile'
10+
date: 29-May-2018
11+
version: 0.1.4
412
- changes:
513
- action: Updated
614
details:

.moban.cd/moban.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ contact: wangc_2011@hotmail.com
55
license: MIT
66
version: 0.1.4
77
current_version: 0.1.4
8-
release: 0.1.3
8+
release: 0.1.4
99
branch: master
1010
command_line_interface: "moban"
1111
entry_point: "moban.main:main"

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Change log
22
================================================================================
33

4+
0.1.4 - 29-May-2018
5+
--------------------------------------------------------------------------------
6+
7+
Updated
8+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
10+
#. `#21 <https://github.com/moremoban/moban/issues/21>`_: targets become
11+
optional
12+
#. `#19 <https://github.com/moremoban/moban/issues/19>`_: transfer symlink's
13+
target file's file permission under unix/linux systems
14+
#. `#16 <https://github.com/moremoban/moban/issues/16>`_: introduce copy key
15+
word in mobanfile
16+
417
0.1.3 - 12-Mar-2018
518
--------------------------------------------------------------------------------
619

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:///moremoban/moban'
26-
DOWNLOAD_URL = '%s/archive/0.1.3.tar.gz' % URL
26+
DOWNLOAD_URL = '%s/archive/0.1.4.tar.gz' % URL
2727
FILES = ['README.rst', 'CHANGELOG.rst']
2828
KEYWORDS = [
2929
'jinja2',
@@ -57,8 +57,8 @@
5757
# You do not need to read beyond this line
5858
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5959
sys.executable)
60-
GS_COMMAND = ('gs moban v0.1.3 ' +
61-
"Find 0.1.3 in changelog for more details")
60+
GS_COMMAND = ('gs moban v0.1.4 ' +
61+
"Find 0.1.4 in changelog for more details")
6262
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
6363
'Please install gease to enable it.')
6464
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)