diff --git a/.moban.yml b/.moban.yml index a24a7c6..216b88e 100644 --- a/.moban.yml +++ b/.moban.yml @@ -12,3 +12,6 @@ targets: - "docs/source/index.rst": "docs/source/index.rst.jj2" - test.sh: test.sh.jj2 - "lml/_version.py": _version.py.jj2 + - output: CHANGELOG.rst + configuration: changelog.yml + template: CHANGELOG.rst.jj2 diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a060cff..c42b54c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,13 +1,29 @@ Change log -=========== +================================================================================ -0.0.2 - 23.10.2017 +0.0.3 - unreleased -------------------------------------------------------------------------------- -#. pyexcel `#103 `_, include +Added +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +#. `dict` can be a pluggable type in addition to `function`, `class` +#. get primary tag of your tag, helping you find out which category of plugins + your tag points to + +0.0.2 - 23/10/2017 +-------------------------------------------------------------------------------- + +Updated +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +#. `pyexcel#103 `_: include LICENSE in tar ball 0.0.1 - 30/05/2017 -------------------------------------------------------------------------------- -first release +Added +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +#. First release diff --git a/changelog.yml b/changelog.yml new file mode 100644 index 0000000..9be9efc --- /dev/null +++ b/changelog.yml @@ -0,0 +1,22 @@ +name: jupyter-echarts-pypkg +organisation: pyecharts +releases: +- changes: + - action: Added + details: + - "`dict` can be a pluggable type in addition to `function`, `class`" + - get primary tag of your tag, helping you find out which category of plugins your tag points to + date: unreleased + version: 0.0.3 +- changes: + - action: Updated + details: + - "`pyexcel#103`: include LICENSE in tar ball" + date: 23/10/2017 + version: 0.0.2 +- changes: + - action: Added + details: + - First release + date: 30/05/2017 + version: 0.0.1 diff --git a/docs/source/conf.py b/docs/source/conf.py index e54a1f4..62d2c80 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,7 +19,7 @@ master_doc = 'index' project = u'lml' copyright = u'2017 Onni Software Ltd.' version = '0.0.2' -release = '0.0.2' +release = '0.0.3' exclude_patterns = [] pygments_style = 'sphinx' html_theme = 'default' diff --git a/lml.yml b/lml.yml index a1c961e..b948f30 100644 --- a/lml.yml +++ b/lml.yml @@ -4,8 +4,8 @@ organisation: "chfw" author: "C.W." contact: "wangc_2011@hotmail.com" company: "Onni Software Ltd." -version: "0.0.2" -current_version: "0.0.2" +version: "0.0.3" +current_version: "0.0.3" release: "0.0.2" copyright_year: 2017 license: New BSD diff --git a/lml/_version.py b/lml/_version.py index ca9f201..f4af5d3 100644 --- a/lml/_version.py +++ b/lml/_version.py @@ -1,2 +1,2 @@ -__version__ = '0.0.2' +__version__ = '0.0.3' __author__ = 'C.W.' diff --git a/setup.py b/setup.py index 832c5e1..63c828d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ PY26 = PY2 and sys.version_info[1] < 7 NAME = 'lml' AUTHOR = 'C.W.' -VERSION = '0.0.2' +VERSION = '0.0.3' EMAIL = 'wangc_2011@hotmail.com' LICENSE = 'New BSD' DESCRIPTION = (