Skip to content

Commit

Permalink
4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Dec 3, 2024
1 parent 2125367 commit d8a3e62
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# `bw2data` Changelog

## 4.2 (2024-12-03)

* Don't try to look up attributes in reference product edge if node type is not "process"
* Allow reference product exchange to be a functional input

## 4.1 (2024-11-29)

* Delete upstream edges on node deletion
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, 1)
__version__ = "4.2"

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

0 comments on commit d8a3e62

Please sign in to comment.