Skip to content

Commit

Permalink
4.0.dev53
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 12, 2024
1 parent 47bbe5f commit 6bd4ba4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion bw2data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"weightings",
]

__version__ = (4, 0, "dev52")
__version__ = (4, 0, "dev53")

from bw2data.configuration import config, labels
from bw2data.project import projects
Expand Down

0 comments on commit 6bd4ba4

Please sign in to comment.