Skip to content

Commit

Permalink
4.0.dev60
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Nov 7, 2024
1 parent e8d5089 commit 2a3fbe1
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.0.DEV60 (2024-11-07)

* Add possibility for location string normalization before geomapping array
* Pin previous version of `pint` to skip frozen dataclass error

## 4.0.DEV59 (2024-10-14)

* Add error handling in updating migrations files
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, "dev59")
__version__ = (4, 0, "dev60")

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

0 comments on commit 2a3fbe1

Please sign in to comment.