From 431050cca3312b883c9060a639d55420209473f9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 18 Sep 2024 12:48:57 +0000 Subject: [PATCH] 2.40.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 ea19d47..78e77b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.40.0 (2024-09-18) + +### Feature + +* feat: add yield table for tree type Traubeneiche Sp (#100) ([`4bfc55a`](https://github.com/treely/openyieldtables/commit/4bfc55a4904e17987f6fb84e0f5c7f99e0506627)) + ## v2.39.0 (2024-09-18) ### Feature diff --git a/pyproject.toml b/pyproject.toml index b0327f6..4a62555 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openyieldtables" -version = "2.39.0" +version = "2.40.0" description = "" authors = ["Tree.ly ", "FMM "] maintainers = ["FMM ", "Tree.ly "]