Skip to content

Commit

Permalink
v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Sep 25, 2024
1 parent 298ce18 commit 058613b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.6] - 2024-09-25
* Fixed rounding in dynamic_lcia to avoid duplicate entries in dynamic inventory

## [0.2.5] - 2024-09-25
* Added rounding to 3 decimal places for interpolation weights

Expand Down
2 changes: 1 addition & 1 deletion bw_timex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .timeline_builder import TimelineBuilder
from .timex_lca import TimexLCA

__version__ = "0.2.5"
__version__ = "0.2.6"

0 comments on commit 058613b

Please sign in to comment.