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