Skip to content

Commit 520cf2c

Browse files
committed
💄 update change log
1 parent 8fd57e5 commit 520cf2c

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
Change log
22
================================================================================
33

4+
0.6.2 - 31.10.2025
5+
--------------------------------------------------------------------------------
6+
7+
**Fixed**
8+
9+
#. Fix freeze when parsing certain corrupt XLSX files
10+
#. Fix reading of files with more than 26 columns
11+
412
0.6.1 - 11.11.2024
513
--------------------------------------------------------------------------------
614

715
**Updated**
816

9-
#. #9: Potential fix for incorrect reading of data with empty cells when used
10-
with pyexcel
17+
#. `#9 <https://github.com/pyexcel/pyexcel-xlsxr/issues/9>`_: Potential fix for
18+
incorrect reading of data with empty cells when used with pyexcel
1119

1220
0.6.0 - 10.10.2020
1321
--------------------------------------------------------------------------------

changelog.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@ name: pyexcel-xlsxr
22
organisation: pyexcel
33
releases:
44
- changes:
5-
- action: Fixed
5+
- action: Fixed
66
details:
77
- 'Fix freeze when parsing certain corrupt XLSX files'
8-
date: 31.10.2025
9-
version: 0.6.3
10-
- action: Fixed
11-
details:
128
- 'Fix reading of files with more than 26 columns'
13-
date: 30.10.2025
9+
date: 31.10.2025
1410
version: 0.6.2
15-
- action: Updated
11+
- changes:
12+
- action: Updated
1613
details:
17-
- '#9: Potential fix for incorrect reading of data with empty cells when used with pyexcel '
14+
- '`#9`: Potential fix for incorrect reading of data with empty cells when used with pyexcel '
1815
date: 11.11.2024
1916
version: 0.6.1
2017
- changes:

lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip install flake8
2-
flake8 --exclude=.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs
2+
flake8 --exclude=.venv,.moban.d,docs,setup.py --builtins=unicode,xrange,long . && python setup.py checkdocs

0 commit comments

Comments
 (0)