📚 pump up the major version number because it has a breaking change

This commit is contained in:
chfw 2021-10-06 23:16:08 +01:00
parent dcd4571d82
commit 77ad65cdda
2 changed files with 7 additions and 5 deletions

View File

@ -2,12 +2,14 @@ name: pyexcel-xls
organisation: pyexcel organisation: pyexcel
releases: releases:
- changes: - changes:
- action: Updated - action: Removed
details: details:
- "`#46`: remove the hard pin on xlrd version < 2.0" - "`#46`: remove the hard pin on xlrd version < 2.0"
- action: Added
details:
- "`#47`: limit support to persist datetime.timedelta. see more details in doc" - "`#47`: limit support to persist datetime.timedelta. see more details in doc"
date: 07.10.2021 date: 07.10.2021
version: 0.6.3 version: 0.7.0
- changes: - changes:
- action: Updated - action: Updated
details: details:

View File

@ -1,9 +1,9 @@
overrides: "pyexcel.yaml" overrides: "pyexcel.yaml"
name: "pyexcel-xls" name: "pyexcel-xls"
nick_name: xls nick_name: xls
version: 0.6.3 version: 0.7.0
current_version: 0.6.3 current_version: 0.7.0
release: 0.6.3 release: 0.7.0
file_type: xls file_type: xls
is_on_conda: true is_on_conda: true
dependencies: dependencies: