Skip to content

Commit 68bbb45

Browse files
committed
release 0.1.1
1 parent 2ad2ea6 commit 68bbb45

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.rst

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,24 @@
11
Change log
22
================================================================================
33

4-
0.1.1 - deferred
4+
0.1.2 - deferred
55
--------------------------------------------------------------------------------
66

77
Added
88
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
99

1010
#. To bring isave_as and isave_book_as to web clients
1111

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+
1222
0.1.0 - 06.07.2017
1323
--------------------------------------------------------------------------------
1424

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
project = u'pyexcel-webio'
2222
copyright = u'2015-2017 Onni Software Ltd.'
23-
version = '0.1.0'
23+
version = '0.1.1'
2424
release = '0.1.1'
2525
exclude_patterns = []
2626
pygments_style = 'sphinx'

pyexcel_webio.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-webio"
33
nick_name: webio
44
version: "0.1.1"
55
current_version: "0.1.1"
6-
release: "0.1.0"
6+
release: "0.1.1"
77
dependencies:
88
- pyexcel>=0.4.0
99
description:

0 commit comments

Comments
 (0)