📚 pump versions

This commit is contained in:
chfw 2018-06-12 23:26:34 +01:00
parent 619a64cd69
commit bc7ad7d46d
7 changed files with 50 additions and 9 deletions

View File

@ -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

View File

@ -1,13 +1,29 @@
Change log
===========
================================================================================
0.0.2 - 23.10.2017
0.0.3 - unreleased
--------------------------------------------------------------------------------
#. pyexcel `#103 <https://github.com/pyexcel/pyexcel/issues/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 <https://github.com/pyecharts/pyexcel/issues/103>`_: include
LICENSE in tar ball
0.0.1 - 30/05/2017
--------------------------------------------------------------------------------
first release
Added
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#. First release

22
changelog.yml Normal file
View File

@ -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

View File

@ -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'

View File

@ -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

View File

@ -1,2 +1,2 @@
__version__ = '0.0.2'
__version__ = '0.0.3'
__author__ = 'C.W.'

View File

@ -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 = (