Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c825ffd

Browse files
committed
🔖 Release version 0.13.4
1 parent eeaae7e commit c825ffd

4 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

4+
0.13.4 (2026-02-02)
5+
-------------------
6+
7+
**Bugfixes**
8+
9+
* [#201] Fix warnings and errors when trying to load envvars from non-installed optional libraries
10+
* [#201] Properly handle envvars without defaults for optional extras
11+
12+
413
0.13.3 (2026-01-28)
514
-------------------
615

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Open API Framework
22
==================
33

4-
:Version: 0.13.3
4+
:Version: 0.13.4
55
:Source: https://github.com/maykinmedia/open-api-framework
66
:Keywords: metapackage, dependencies
77

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Maykin Media"
2727

2828
# The full version, including alpha/beta/rc tags
29-
release = "0.13.3"
29+
release = "0.13.4"
3030

3131

3232
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "open-api-framework"
7-
version = "0.13.3"
7+
version = "0.13.4"
88
description = "A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
@@ -129,7 +129,7 @@ env = [
129129
]
130130

131131
[tool.bumpversion]
132-
current_version = "0.13.3"
132+
current_version = "0.13.4"
133133
files = [
134134
{filename = "pyproject.toml"},
135135
{filename = "README.rst"},

0 commit comments

Comments
 (0)