Skip to content

Commit 1362ae1

Browse files
committed
2.0
1 parent 7baf6e9 commit 1362ae1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# `bw2calc` Changelog
22

3+
# 2.0 (2025-11-27)
4+
5+
* Add `CachingLCA` class which saves supply vector calculations
6+
37
## 2.0.DEV23 (2024-09-18)
48

59
* Allow `MethodConfig` as an input to `MultiLCA`

bw2calc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"MultiLCA",
1010
]
1111

12-
__version__ = "2.0.DEV23"
12+
__version__ = "2.0"
1313

1414

1515
import platform

0 commit comments

Comments
 (0)