Skip to content

Commit ccd49b6

Browse files
authored
Release 1.4 (#94)
* Bump version to 1.4 and update changelog * Remove PR #92 from 1.4 changelog
1 parent 94932bc commit ccd49b6

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

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

3+
## [1.4] - 2026-06-03
4+
5+
* [PR #93: Add `params_array` support for sensitivity analysis](https://github.com/brightway-lca/bw_processing/pull/93)
6+
37
## [1.3] - 2026-06-02
48

59
* [PR #89: Add `scale_array` support for per-exchange multiplicative rescaling](https://github.com/brightway-lca/bw_processing/pull/89)

src/bw_processing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"UndefinedInterface",
3535
)
3636

37-
__version__ = "1.3"
37+
__version__ = "1.4"
3838

3939

4040
from bw_processing.array_creation import create_array, create_structured_array

0 commit comments

Comments
 (0)