Skip to content

Commit 66c09b7

Browse files
committed
🥚 🎡 release 0.4.3
1 parent 5df6e63 commit 66c09b7

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change log
22
================================================================================
33

4+
0.4.3 - 25.08.2017
5+
--------------------------------------------------------------------------------
6+
7+
#. `#4 <https://github.com/pyexcel/pyexcel-odsr/issues/4>`_, handle unseekable
8+
stream given by http response.
9+
410
0.4.2 - 20.08.2017
511
--------------------------------------------------------------------------------
612

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
project = u'pyexcel-odsr'
2323
copyright = u'2015-2017 Onni Software Ltd.'
24-
version = '0.4.2'
24+
version = '0.4.3'
2525
release = '0.4.3'
2626
exclude_patterns = []
2727
pygments_style = 'sphinx'

pyexcel_odsr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-odsr"
33
nick_name: odsr
44
version: 0.4.3
55
current_version: 0.4.3
6-
release: 0.4.2
6+
release: 0.4.3
77
file_type: ods
88
dependencies:
99
- pyexcel-io>=0.4.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
''
1717
)
1818
URL = 'https://github.com/pyexcel/pyexcel-odsr'
19-
DOWNLOAD_URL = '%s/archive/0.4.2.tar.gz' % URL
19+
DOWNLOAD_URL = '%s/archive/0.4.3.tar.gz' % URL
2020
FILES = ['README.rst', 'CONTRIBUTORS.rst', 'CHANGELOG.rst']
2121
KEYWORDS = [
2222
'excel',

0 commit comments

Comments
 (0)