release 0.5.0 🥚 🎡

This commit is contained in:
chfw 2017-08-30 23:06:36 +01:00
parent 51e5820fdd
commit aea8b81b53
6 changed files with 15 additions and 8 deletions

View File

@ -57,7 +57,8 @@ get_data(.., library='pyexcel-ods')
============= ======= ======== ======= ======== ======== ========
`pyexcel-io`_ `xls`_ `xlsx`_ `ods`_ `ods3`_ `odsr`_ `xlsxw`_
============= ======= ======== ======= ======== ======== ========
0.4.0 0.4.0 0.4.0 0.4.0 0.4.0 0.4.0 0.4.0
0.5.0 0.5.0 0.5.0 0.5.0 0.5.0 0.5.0 0.5.0
0.4.x 0.4.x 0.4.x 0.4.x 0.4.x 0.4.x 0.4.x
0.3.0+ 0.3.0+ 0.3.0 0.3.0+ 0.3.0+ 0.3.0 0.3.0
0.2.2+ 0.2.2+ 0.2.2+ 0.2.1+ 0.2.1+ 0.0.1
0.2.0+ 0.2.0+ 0.2.0+ 0.2.0 0.2.0 0.0.1

View File

@ -2,14 +2,20 @@ Change log
================================================================================
deferred - unreleased
0.5.0 - 30.08.2017
--------------------------------------------------------------------------------
Added
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#. Collect all data type conversion codes as service.py.
Updated
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`_,
use cString by default
use cString by default. For python, it will be a performance boost
0.4.4 - 08.08.2017
--------------------------------------------------------------------------------

View File

@ -22,7 +22,7 @@ master_doc = 'index'
project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.4'
version = '0.5.0'
release = '0.5.0'
exclude_patterns = []
pygments_style = 'sphinx'

View File

@ -10,7 +10,6 @@
:Source code: http://github.com/pyexcel/pyexcel-io.git
:Issues: http://github.com/pyexcel/pyexcel-io/issues
:License: New BSD License
:Development: |release|
:Released: |version|
:Generated: |today|
@ -128,7 +127,8 @@ get_data(.., library='pyexcel-ods')
============= ======= ======== ======= ======== ======== ========
`pyexcel-io`_ `xls`_ `xlsx`_ `ods`_ `ods3`_ `odsr`_ `xlsxw`_
============= ======= ======== ======= ======== ======== ========
0.4.0 0.4.0 0.4.0 0.4.0 0.4.0 0.4.0 0.4.0
0.5.0 0.5.0 0.5.0 0.5.0 0.5.0 0.5.0 0.5.0
0.4.x 0.4.x 0.4.x 0.4.x 0.4.x 0.4.x 0.4.x
0.3.0+ 0.3.0+ 0.3.0 0.3.0+ 0.3.0+ 0.3.0 0.3.0
0.2.2+ 0.2.2+ 0.2.2+ 0.2.1+ 0.2.1+ 0.0.1
0.2.0+ 0.2.0+ 0.2.0+ 0.2.0 0.2.0 0.0.1

View File

@ -3,7 +3,7 @@ name: "pyexcel-io"
nick_name: io
version: 0.5.0
current_version: 0.5.0
release: 0.4.4
release: 0.5.0
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1

View File

@ -19,7 +19,7 @@ DESCRIPTION = (
''
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.4.4.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.5.0.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'API',