Skip to content

Commit

Permalink
2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Nov 5, 2024
1 parent 33c69c6 commit a512158
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,3 +1,8 @@
### 2.6 (2024-11-05)

* Add cached process index mappings for ecoinvent 3.5, 3.6, and 3.10
* Add helper functions for generating and saving cached process index mappings

### 2.5 (2024-05-16)

* Add Python 3.8 compatibility via [#24](https://github.com/brightway-lca/ecoinvent_interface/pull/24)
Expand Down
2 changes: 1 addition & 1 deletion ecoinvent_interface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"get_excel_lcia_file_for_version",
]

__version__ = "2.5"
__version__ = "2.6"

from .storage import CachedStorage
from .settings import Settings, permanent_setting
Expand Down

0 comments on commit a512158

Please sign in to comment.