Skip to content

Commit

Permalink
0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Jul 6, 2024
1 parent 171f207 commit 5d52153
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
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2024-07-06

* Rewrite allocation functionality to allow for allocation before writing the database

## [0.2.0] - 2024-07-05

* Allow separate products and processes
Expand Down
2 changes: 1 addition & 1 deletion multifunctional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"generic_allocation",
)

__version__ = "0.2"
__version__ = "0.3"

from bw2data import labels
from bw2data.subclass_mapping import DATABASE_BACKEND_MAPPING, NODE_PROCESS_CLASS_MAPPING
Expand Down

0 comments on commit 5d52153

Please sign in to comment.