diff --git a/CHANGELOG.md b/CHANGELOG.md index ada9677..30f27a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.0.35] - 2026-01-22 + +### Fixed in 0.0.35 + +- Error when using `-c` (`--iniFile`) with sz_export + ## [0.0.34] - 2026-01-13 ### Added in 0.0.34 diff --git a/pyproject.toml b/pyproject.toml index deee523..fc6b49a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sz-python-tools" -version = "0.0.34" +version = "0.0.35" description = "Senzing Python Tools" authors = [{ name = "senzing", email = "support@senzing.com" }] readme = "README.md" diff --git a/sz_tools/sz_export b/sz_tools/sz_export index ce8f2ba..73f5609 100755 --- a/sz_tools/sz_export +++ b/sz_tools/sz_export @@ -253,7 +253,6 @@ if __name__ == "__main__": "--iniFile", dest="ini_file_name", default=None, - nargs=1, help=textwrap.dedent( """\