Skip to content

Commit

Permalink
3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jan 10, 2025
1 parent 2666f41 commit 1048f12
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
### 3.0 (2024-11-25)
###

## 3.1 (2025-01-10)

* [#41: Catch license errors and provide meaningful feedback](https://github.com/brightway-lca/ecoinvent_interface/pull/41)
* [#39: Update mappings for ecoinvent 3.10.1 and 3.11](https://github.com/brightway-lca/ecoinvent_interface/pull/39)

# 3.0 (2024-11-25)

* Update login flow to match new ecoquery authentication

### 2.6 (2024-11-05)
## 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)
## 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__ = "3.0"
__version__ = "3.1"

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

0 comments on commit 1048f12

Please sign in to comment.