Skip to content

Commit

Permalink
release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 8, 2017
1 parent ed09c0a commit c732230
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Updated
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`_,
use cString by default

0.4.4 - 08.08.2017
--------------------------------------------------------------------------------

Updated
********************************************************************************
#. `#42 <https://github.com/pyexcel/pyexcel-io/issues/42>`_, raise exception
if database table name does not match the sheet name


0.4.3 - 29.07.2017
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

project = u'pyexcel-io'
copyright = u'2015-2017 Onni Software Ltd.'
version = '0.4.3'
version = '0.4.4'
release = '0.4.4'
exclude_patterns = []
pygments_style = 'sphinx'
Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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|

Expand Down
2 changes: 1 addition & 1 deletion pyexcel_io.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "pyexcel-io"
nick_name: io
version: 0.4.4
current_version: 0.4.4
release: 0.4.3
release: 0.4.4
dependencies:
- ordereddict;python_version<"2.7"
- lml==0.0.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
''
)
URL = 'https://github.com/pyexcel/pyexcel-io'
DOWNLOAD_URL = '%s/archive/0.4.3.tar.gz' % URL
DOWNLOAD_URL = '%s/archive/0.4.4.tar.gz' % URL
FILES = ['README.rst', 'CHANGELOG.rst']
KEYWORDS = [
'API',
Expand Down

0 comments on commit c732230

Please sign in to comment.