We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967db21 commit e71ac4dCopy full SHA for e71ac4d
CHANGES.md
@@ -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
5
### 2.4.1 (2023-12-07)
6
7
* Fix missing f-string in error message
ecoinvent_interface/__init__.py
@@ -11,7 +11,7 @@
11
"get_excel_lcia_file_for_version",
12
]
13
14
-__version__ = "2.4.1"
+__version__ = "2.5"
15
16
from .storage import CachedStorage
17
from .settings import Settings, permanent_setting
0 commit comments