Skip to content

Commit

Permalink
4.0.dev55
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 20, 2024
1 parent 005099f commit 0ca2be6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# `bw2data` Changelog

## 4.0.DEV55 (2024-09-20)

* [#190](https://github.com/brightway-lca/brightway2-data/issues/190): `BW2Exception` should inherit `Exception` (instead of `BaseException`)
* [#187](https://github.com/brightway-lca/brightway2-data/issues/187): `Except: pass` in databases metastore
* [#178](https://github.com/brightway-lca/brightway2-data/issues/178): Use of `pydantic_settings` in `configuration.py` allows for environment variables

## 4.0.DEV54 (2024-09-14)

* Allow `get_node(key=(<some tuple))`
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, "dev54")
__version__ = (4, 0, "dev55")

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

0 comments on commit 0ca2be6

Please sign in to comment.