Skip to content

Commit f2a429a

Browse files
committed
0.8.2
1 parent 4384f2b commit f2a429a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
version 0.8.2 (2023-Dec-13):
2+
* add "-" notation for reading from stdin
3+
* refactor float formatting in data processing
4+
* Added file separator ASCII(28) as optional delimiter
5+
* added formatted inline strings support
6+
* #228 issue fix
7+
18
version 0.8.1 (2023-Jan-9):
29
* include hidden rows options
310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ classifiers = [
3030
]
3131
urls = {Homepage = "http://github.com/dilshod/xlsx2csv"}
3232
#dynamic = ["version"]
33-
version = "0.8.1"
33+
version = "0.8.2"
3434

3535
[project.scripts]
3636
xlsx2csv = "xlsx2csv:main"

xlsx2csv.py

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

2525
__author__ = "Dilshod Temirkhodjaev <[email protected]>"
2626
__license__ = "MIT"
27-
__version__ = "0.8.1"
27+
__version__ = "0.8.2"
2828

2929
import csv, datetime, zipfile, sys, os, re, signal, io
3030
import xml.parsers.expat

0 commit comments

Comments
 (0)