Skip to content

Commit

Permalink
0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jul 8, 2024
1 parent 7373f92 commit d694880
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### [0.4.3] - 2024-07-08

* Remove unneeded dependency on `bw_simapro_csv`

### [0.4.2] - 2024-07-08

* Change "manual" allocation and property key to "manual_allocation".
Expand Down
2 changes: 1 addition & 1 deletion multifunctional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"generic_allocation",
)

__version__ = "0.4.2"
__version__ = "0.4.3"

# Follows guidance from https://loguru.readthedocs.io/en/stable/resources/recipes.html#configuring-loguru-to-be-used-by-a-library-or-an-application
# For development or to get more detail on what is really happening, re-enable with:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ requires-python = ">=3.9"
dependencies = [
"bw2data>=4.0.dev45",
"bw2io>=0.9.dev28",
"bw_simapro_csv",
"bw_processing>=0.9.5",
"numpy<2",
"loguru",
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
"""Fixtures for bw_simapro_csv"""

from copy import deepcopy

import pytest
Expand Down

0 comments on commit d694880

Please sign in to comment.