From ca577683589aeb1c6ab7f3a7aa152aa4c0cc6801 Mon Sep 17 00:00:00 2001 From: James Kebinger Date: Thu, 20 Nov 2025 10:14:51 -0600 Subject: [PATCH] Bump version to 0.12.1 --- .github/CODEOWNERS | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9f2885a..608f436 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # All changes require review from prefabdevs team -* @prefab-cloud/prefabdevs \ No newline at end of file +* @prefab-cloud/prefabdevs diff --git a/pyproject.toml b/pyproject.toml index 2cab111..17070f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "prefab-cloud-python" -version = "0.12.0" +version = "0.12.1" description = "Python client for Prefab Feature Flags, Dynamic log levels, and Config as a Service: https://www.prefab.cloud" license = "MIT" authors = ["Michael Berkowitz ", "James Kebinger "]