From 1ace9a6371cf53223569fc0e71686058d0ada8b8 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Tue, 1 Oct 2024 08:55:39 +0000 Subject: [PATCH] 2.57.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc782b1..b197bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.57.0 (2024-10-01) + +### Feature + +* feat: add yield table for tree type Fichte (#117) ([`250e4be`](https://github.com/treely/openyieldtables/commit/250e4bebccef49a1a6f94c5fb9616abfe41c453f)) + ## v2.56.0 (2024-10-01) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 8ad9704..1564ab9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openyieldtables" -version = "2.56.0" +version = "2.57.0" description = "" authors = ["Tree.ly ", "FMM "] maintainers = ["FMM ", "Tree.ly "]