Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Nov 25, 2024
1 parent 5cbeb9a commit b94e7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# `multifunctional` Changelog

All notable changes to this project will be documented in this file.
## [1.0] - 2024-11-25

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Compatibility with `bw2data` 4.0
* Remove composite "MFP:" names where possible

## [0.9] - 2024-10-10

Expand Down
2 changes: 1 addition & 1 deletion multifunctional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"ReadOnlyProcessWithReferenceProduct",
)

__version__ = "0.9"
__version__ = "1.0"

# 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

0 comments on commit b94e7f8

Please sign in to comment.