Skip to content

Commit

Permalink
2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed May 16, 2024
1 parent 967db21 commit e71ac4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 2.5 (2024-05-16)

* Add Python 3.8 compatibility via [#24](https://github.com/brightway-lca/ecoinvent_interface/pull/24)

### 2.4.1 (2023-12-07)

* Fix missing f-string in error message
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.4.1"
__version__ = "2.5"

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

0 comments on commit e71ac4d

Please sign in to comment.