From 278cf1979f819454004a2f504a379f201d356a13 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 30 Sep 2024 10:43:37 +0000 Subject: [PATCH] 2.52.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 d911bdd..0fb2144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## v2.52.0 (2024-09-30) + +### Feature + +* feat: add yield table for tree type Graupappel (#112) ([`ea1b112`](https://github.com/treely/openyieldtables/commit/ea1b11227b0c2cf4f0eb3918b366919027115aad)) + ## v2.51.0 (2024-09-30) ### Feature diff --git a/pyproject.toml b/pyproject.toml index 74e7cfb..c047b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openyieldtables" -version = "2.51.0" +version = "2.52.0" description = "" authors = ["Tree.ly ", "FMM "] maintainers = ["FMM ", "Tree.ly "]