From 98b959b78768a49b6c7a291917a3f930c7e4b1d5 Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Wed, 19 Jun 2024 00:13:39 +0200 Subject: [PATCH] 0.1.6 --- 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 fa2cfc0..21ce1ab 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.6] - 2022-06-19 + +* Change default values for missing attributes during Brightway export + ## [0.1.5] - 2022-06-18 * Don't replace commas when decimal separator is a `.`, and vice-versa diff --git a/bw_simapro_csv/__init__.py b/bw_simapro_csv/__init__.py index 38a7419..8b9d57d 100644 --- a/bw_simapro_csv/__init__.py +++ b/bw_simapro_csv/__init__.py @@ -4,7 +4,7 @@ "SimaProCSVType", ) -__version__ = "0.1.5" +__version__ = "0.1.6" # Makes `sloppy-windows-1252` encoding available import ftfy