diff --git a/LICENSE b/LICENSE index 6e42f18..fea8f2d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2016 by Onni Software Ltd. and its contributors +Copyright (c) 2015-2017 by Onni Software Ltd. and its contributors All rights reserved. Redistribution and use in source and binary forms of the software as well diff --git a/README.rst b/README.rst index 8502aa9..d5415a5 100644 --- a/README.rst +++ b/README.rst @@ -297,7 +297,7 @@ In order to update test environment, and documentation, additional setps are required: #. pip install moban -#. git clone https://github.com/pyexcel/pyexcel-commons.git +#. git clone https://github.com/pyexcel/pyexcel-commons.git commons #. make your changes in `.moban.d` directory, then issue command `moban` What is rnd_requirements.txt diff --git a/docs/source/conf.py b/docs/source/conf.py index f1d4e1a..62b0d6c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,9 +15,9 @@ source_suffix = '.rst' master_doc = 'index' project = u'pyexcel-ods' -copyright = u'2015-2016 Onni Software Ltd.' -version = '0.2.2' -release = '0.3.0' +copyright = u'2015-2017 Onni Software Ltd.' +version = '0.3.0' +release = '0.3.1' exclude_patterns = [] pygments_style = 'sphinx' html_theme = 'default' diff --git a/pyexcel_ods.yaml b/pyexcel_ods.yaml index a0677eb..a2152a5 100644 --- a/pyexcel_ods.yaml +++ b/pyexcel_ods.yaml @@ -1,8 +1,8 @@ overrides: "pyexcel.yaml" name: "pyexcel-ods" nick_name: ods -version: 0.3.0 -release: 0.2.2 +version: 0.3.1 +release: 0.3.0 file_type: ods dependencies: - pyexcel-io>=0.3.0 diff --git a/pyexcel_ods/__init__.py b/pyexcel_ods/__init__.py index 439ddc0..3d0a58f 100644 --- a/pyexcel_ods/__init__.py +++ b/pyexcel_ods/__init__.py @@ -2,7 +2,7 @@ pyexcel_ods ~~~~~~~~~~~~~~~~~~~ The lower level ods file format handler using odfpy - :copyright: (c) 2015-2016 by Onni Software Ltd & its contributors + :copyright: (c) 2015-2017 by Onni Software Ltd & its contributors :license: New BSD License """ # flake8: noqa diff --git a/setup.py b/setup.py index 14911bc..2e09d95 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ except ImportError: NAME = 'pyexcel-ods' AUTHOR = 'C.W.' -VERSION = '0.3.0' +VERSION = '0.3.1' EMAIL = 'wangc_2011 (at) hotmail.com' LICENSE = 'New BSD' DESCRIPTION = (