Skip to content

Commit 7460696

Browse files
committed
📚 update change log and restrict it to python 3.6+
1 parent bb9c5ec commit 7460696

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ releases:
66
details:
77
- new style readers in line with pyexce-io 0.6.0
88
date: 18.10.2020
9-
version: 0.5.0-rc1
9+
version: 0.6.1
1010
- changes:
1111
- action: first release
1212
details:

pyexcel-xlsbr.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xlsbr"
33
nick_name: "xlsb"
4-
version: "0.6.0"
5-
current_version: "0.6.0"
6-
release: "0.6.0"
4+
version: "0.6.1"
5+
current_version: "0.6.1"
6+
release: "0.6.1"
77
dependencies:
88
- pyxlsb
99
- pyexcel-io>=0.6.0
1010
test_dependencies:
1111
- pyexcel
1212
- pyexcel-xls
13-
description: "read Microsoft Excel tm xlsb file"
13+
description: "read Microsoft Excel tm xlsb file"
14+
python_requires: ">=3.6"
15+
min_python_version: "3.6"

0 commit comments

Comments
 (0)