From c825ffd1096f08d0d5893537a20bab4654363159 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Mon, 2 Feb 2026 10:54:04 +0100 Subject: [PATCH] :bookmark: Release version 0.13.4 --- CHANGELOG.rst | 9 +++++++++ README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92c7a20..3a50999 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,15 @@ Changelog ========= +0.13.4 (2026-02-02) +------------------- + +**Bugfixes** + +* [#201] Fix warnings and errors when trying to load envvars from non-installed optional libraries +* [#201] Properly handle envvars without defaults for optional extras + + 0.13.3 (2026-01-28) ------------------- diff --git a/README.rst b/README.rst index c797ca8..9fb6f94 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Open API Framework ================== -:Version: 0.13.3 +:Version: 0.13.4 :Source: https://github.com/maykinmedia/open-api-framework :Keywords: metapackage, dependencies diff --git a/docs/conf.py b/docs/conf.py index a94ed0b..1d7d15a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = "Maykin Media" # The full version, including alpha/beta/rc tags -release = "0.13.3" +release = "0.13.4" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 00645cd..1d8506f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "open-api-framework" -version = "0.13.3" +version = "0.13.4" description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings" authors = [ {name = "Maykin Media", email = "support@maykinmedia.nl"} @@ -129,7 +129,7 @@ env = [ ] [tool.bumpversion] -current_version = "0.13.3" +current_version = "0.13.4" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},