From 86c0eef5f745db78ff3ef3254c1545f5684d0009 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Wed, 11 Dec 2024 22:29:30 +0100 Subject: [PATCH] 0.3.5 --- CHANGES.md | 4 ++++ bw_simapro_csv/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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