File tree 3 files changed +13
-3
lines changed
3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
Change log
2
2
================================================================================
3
3
4
- 0.1.1 - deferred
4
+ 0.1.2 - deferred
5
5
--------------------------------------------------------------------------------
6
6
7
7
Added
8
8
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
9
9
10
10
#. To bring isave_as and isave_book_as to web clients
11
11
12
+ 0.1.1 - 07.07.2017
13
+ --------------------------------------------------------------------------------
14
+
15
+ Updated
16
+ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
17
+
18
+ #. `#5 <https://github.com/pyexcel/pyexcel-webio/issues/5 >`_: explicitly seek
19
+ at 0 for incoming file
20
+
21
+
12
22
0.1.0 - 06.07.2017
13
23
--------------------------------------------------------------------------------
14
24
Original file line number Diff line number Diff line change 20
20
21
21
project = u'pyexcel-webio'
22
22
copyright = u'2015-2017 Onni Software Ltd.'
23
- version = '0.1.0 '
23
+ version = '0.1.1 '
24
24
release = '0.1.1'
25
25
exclude_patterns = []
26
26
pygments_style = 'sphinx'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: "pyexcel-webio"
3
3
nick_name : webio
4
4
version : " 0.1.1"
5
5
current_version : " 0.1.1"
6
- release : " 0.1.0 "
6
+ release : " 0.1.1 "
7
7
dependencies :
8
8
- pyexcel>=0.4.0
9
9
description :
You can’t perform that action at this time.
0 commit comments