Skip to content

Commit c732230

Browse files
committed
release 0.4.4
1 parent ed09c0a commit c732230

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.rst

+8
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Updated
1111
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19>`_,
1212
use cString by default
1313

14+
0.4.4 - 08.08.2017
15+
--------------------------------------------------------------------------------
16+
17+
Updated
18+
********************************************************************************
19+
#. `#42 <https://github.com/pyexcel/pyexcel-io/issues/42>`_, raise exception
20+
if database table name does not match the sheet name
21+
1422

1523
0.4.3 - 29.07.2017
1624
--------------------------------------------------------------------------------

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
project = u'pyexcel-io'
2424
copyright = u'2015-2017 Onni Software Ltd.'
25-
version = '0.4.3'
25+
version = '0.4.4'
2626
release = '0.4.4'
2727
exclude_patterns = []
2828
pygments_style = 'sphinx'

docs/source/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
:Source code: http://github.com/pyexcel/pyexcel-io.git
1111
:Issues: http://github.com/pyexcel/pyexcel-io/issues
1212
:License: New BSD License
13-
:Development: |release|
1413
:Released: |version|
1514
:Generated: |today|
1615

pyexcel_io.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-io"
33
nick_name: io
44
version: 0.4.4
55
current_version: 0.4.4
6-
release: 0.4.3
6+
release: 0.4.4
77
dependencies:
88
- ordereddict;python_version<"2.7"
99
- lml==0.0.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
''
2020
)
2121
URL = 'https://github.com/pyexcel/pyexcel-io'
22-
DOWNLOAD_URL = '%s/archive/0.4.3.tar.gz' % URL
22+
DOWNLOAD_URL = '%s/archive/0.4.4.tar.gz' % URL
2323
FILES = ['README.rst', 'CHANGELOG.rst']
2424
KEYWORDS = [
2525
'API',

0 commit comments

Comments
 (0)