From e315f08801fc928bc586f0004b07cf9d651b567d Mon Sep 17 00:00:00 2001 From: Chris Mutel Date: Fri, 21 Jun 2024 10:29:30 +0200 Subject: [PATCH] 0.9.DEV28 --- CHANGES.md | 3 ++- bw2io/__init__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 199f09b..ffa7e0f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,9 @@ # `bw2io` Changelog -### DEV +### 0.9.DEV28 (2024-06-21) * Allow imports of some invalid ecospold1 files +* Fix fetching of remote data catalogues in `remote` ### 0.9.DEV27 (2024-05-07) diff --git a/bw2io/__init__.py b/bw2io/__init__.py index 08e44f8..52802a1 100644 --- a/bw2io/__init__.py +++ b/bw2io/__init__.py @@ -48,7 +48,7 @@ "useeio20", ] -__version__ = "0.9.DEV27" +__version__ = "0.9.DEV28" from .chemidplus import ChemIDPlus from .package import BW2Package