File tree 5 files changed +11
-4
lines changed
5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ Updated
11
11
#. `#19 <https://github.com/pyexcel/pyexcel-io/issues/19 >`_,
12
12
use cString by default
13
13
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
+
14
22
15
23
0.4.3 - 29.07.2017
16
24
--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change 22
22
23
23
project = u'pyexcel-io'
24
24
copyright = u'2015-2017 Onni Software Ltd.'
25
- version = '0.4.3 '
25
+ version = '0.4.4 '
26
26
release = '0.4.4'
27
27
exclude_patterns = []
28
28
pygments_style = 'sphinx'
Original file line number Diff line number Diff line change 10
10
:Source code: http://github.com/pyexcel/pyexcel-io.git
11
11
:Issues: http://github.com/pyexcel/pyexcel-io/issues
12
12
:License: New BSD License
13
- :Development: |release |
14
13
:Released: |version |
15
14
:Generated: |today |
16
15
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-io"
3
3
nick_name : io
4
4
version : 0.4.4
5
5
current_version : 0.4.4
6
- release : 0.4.3
6
+ release : 0.4.4
7
7
dependencies :
8
8
- ordereddict;python_version<"2.7"
9
9
- lml==0.0.1
Original file line number Diff line number Diff line change 19
19
''
20
20
)
21
21
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
23
23
FILES = ['README.rst' , 'CHANGELOG.rst' ]
24
24
KEYWORDS = [
25
25
'API' ,
You can’t perform that action at this time.
0 commit comments