kick start 0.3.1

This commit is contained in:
chfw 2017-01-16 18:27:32 +00:00
parent 676d60b65c
commit aeb8d94941
6 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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