File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning].
77
88## [ Unreleased]
99
10+ ## [ 0.0.35] - 2026-01-22
11+
12+ ### Fixed in 0.0.35
13+
14+ - Error when using ` -c ` (` --iniFile ` ) with sz_export
15+
1016## [ 0.0.34] - 2026-01-13
1117
1218### Added in 0.0.34
Original file line number Diff line number Diff line change 11[project ]
22name = " sz-python-tools"
3- version = " 0.0.34 "
3+ version = " 0.0.35 "
44description = " Senzing Python Tools"
55authors = [{ name = " senzing" , email = " support@senzing.com" }]
66readme = " README.md"
Original file line number Diff line number Diff line change @@ -253,7 +253,6 @@ if __name__ == "__main__":
253253 "--iniFile" ,
254254 dest = "ini_file_name" ,
255255 default = None ,
256- nargs = 1 ,
257256 help = textwrap .dedent (
258257 """\
259258
You can’t perform that action at this time.
0 commit comments