Skip to content

Commit e71ac4d

Browse files
committed
2.5
1 parent 967db21 commit e71ac4d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.5 (2024-05-16)
2+
3+
* Add Python 3.8 compatibility via [#24](https://github.com/brightway-lca/ecoinvent_interface/pull/24)
4+
15
### 2.4.1 (2023-12-07)
26

37
* Fix missing f-string in error message

ecoinvent_interface/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"get_excel_lcia_file_for_version",
1212
]
1313

14-
__version__ = "2.4.1"
14+
__version__ = "2.5"
1515

1616
from .storage import CachedStorage
1717
from .settings import Settings, permanent_setting

0 commit comments

Comments
 (0)