diff --git a/CHANGES.md b/CHANGES.md index 77e90527..5b66f401 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # `bw2data` Changelog +## 4.0.DEV53 (2024-09-12) + +* Add additional labels + ## 4.0.DEV52 (2024-09-02) * Remove duplicate attr setting in `new_node` diff --git a/bw2data/__init__.py b/bw2data/__init__.py index cf22d27e..ff3ec051 100644 --- a/bw2data/__init__.py +++ b/bw2data/__init__.py @@ -33,7 +33,7 @@ "weightings", ] -__version__ = (4, 0, "dev52") +__version__ = (4, 0, "dev53") from bw2data.configuration import config, labels from bw2data.project import projects