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

Skip to content

Commit 24d16c3

Browse files
committed
🔖 [#171] Release 13.0.2
1 parent cde8115 commit 24d16c3

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.rst

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

4+
0.13.2 (2025-11-13)
5+
-------------------
6+
7+
**Documentation**
8+
9+
* Updated the help text of ``DB_POOL_ENABLED`` to indicate that connection pooling is experimental and not recommended for production use.
10+
* Added a reference to the connection pooling documentation.
11+
412
0.13.1 (2025-10-03)
513
-------------------
614

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.1
4+
:Version: 0.13.2
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.1"
29+
release = "0.13.2"
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.1"
7+
version = "0.13.2"
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.1"
132+
current_version = "0.13.2"
133133
files = [
134134
{filename = "pyproject.toml"},
135135
{filename = "README.rst"},

0 commit comments

Comments
 (0)