diff --git a/CHANGES.md b/CHANGES.md index 1f29687..d3cb7db 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw_simapro_csv` Changelog +## [0.3.5] - 2024-12-11 + +* [#15 - More robust CAS validation to handle broken inputs](https://github.com/brightway-lca/bw_simapro_csv/pull/15) + ## [0.3.4] - 2024-12-05 * Fix missing input argument for name shortening in `SimaProCSV` class method diff --git a/bw_simapro_csv/__init__.py b/bw_simapro_csv/__init__.py index 935c6e3..bc29dc9 100644 --- a/bw_simapro_csv/__init__.py +++ b/bw_simapro_csv/__init__.py @@ -4,7 +4,7 @@ "SimaProCSVType", ) -__version__ = "0.3.4" +__version__ = "0.3.5" # Makes `sloppy-windows-1252` encoding available import ftfy