Skip to content

Commit

Permalink
3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Nov 25, 2024
1 parent 5c545f0 commit ed267f2
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 @@
### 3.0 (2024-11-25)

* Update login flow to match new ecoquery authentication

### 2.6 (2024-11-05)

* Add cached process index mappings for ecoinvent 3.5, 3.6, and 3.10
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.6"
__version__ = "3.0"

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

0 comments on commit ed267f2

Please sign in to comment.