Skip to content

Commit 77ad65c

Browse files
committed
📚 pump up the major version number because it has a breaking change
1 parent dcd4571 commit 77ad65c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

changelog.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@ name: pyexcel-xls
22
organisation: pyexcel
33
releases:
44
- changes:
5-
- action: Updated
5+
- action: Removed
66
details:
77
- "`#46`: remove the hard pin on xlrd version < 2.0"
8+
- action: Added
9+
details:
810
- "`#47`: limit support to persist datetime.timedelta. see more details in doc"
911
date: 07.10.2021
10-
version: 0.6.3
12+
version: 0.7.0
1113
- changes:
1214
- action: Updated
1315
details:

pyexcel-xls.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-xls"
33
nick_name: xls
4-
version: 0.6.3
5-
current_version: 0.6.3
6-
release: 0.6.3
4+
version: 0.7.0
5+
current_version: 0.7.0
6+
release: 0.7.0
77
file_type: xls
88
is_on_conda: true
99
dependencies:

0 commit comments

Comments
 (0)