Skip to content

Commit db5f662

Browse files
committed
release 0.0.6
1 parent 9027413 commit db5f662

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGE Log
22
================================================================================
33

4-
0.0.6 - unreleased
4+
0.0.6 - 16-Jun-2017
55
--------------------------------------------------------------------------------
66

77
Added
@@ -12,9 +12,10 @@ Added
1212
Updated
1313
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1414

15-
#. moban would check target file in the situation where the changes happened in
16-
target file than in the source: the template file + the data configuration
17-
after moban has been applied.
15+
#. moban will not template target file in the situation where the changes
16+
occured in target file than in the source: the template file + the data
17+
configuration after moban has been applied. This new release will remove the
18+
change during mobanization process.
1819

1920
0.0.5 - 17-Mar-2017
2021
--------------------------------------------------------------------------------

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
copyright = '2016, C.W.'
77
author = 'C.W.'
88
version = '0.0.6'
9-
release = '0.0.5'
9+
release = '0.0.6'
1010
language = None
1111
exclude_patterns = []
1212
pygments_style = 'sphinx'

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[metadata]
2+
description-file = README.rst
3+
[bdist_wheel]
4+
universal = 1

0 commit comments

Comments
 (0)