From 73a4d9ae5a9c1580dd382395c3e591e3bbb1b997 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Wed, 19 Jun 2024 23:53:18 +0200 Subject: [PATCH] 0.1.7 --- 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 21ce1ab..236ab82 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.7] - 2022-06-19 + +* Add checks for issues related to unit conversions + ## [0.1.6] - 2022-06-19 * Change default values for missing attributes during Brightway export diff --git a/bw_simapro_csv/__init__.py b/bw_simapro_csv/__init__.py index 8b9d57d..25e9495 100644 --- a/bw_simapro_csv/__init__.py +++ b/bw_simapro_csv/__init__.py @@ -4,7 +4,7 @@ "SimaProCSVType", ) -__version__ = "0.1.6" +__version__ = "0.1.7" # Makes `sloppy-windows-1252` encoding available import ftfy