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

Skip to content

Commit 4c49bd1

Browse files
authored
Merge pull request #190 from maykinmedia/release/0.13.1
🔖 Release version 0.13.1
2 parents 63e83b0 + 67bf760 commit 4c49bd1

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGELOG.rst

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

4+
0.13.1 (2025-10-03)
5+
-------------------
6+
7+
**Bugfixes**
8+
9+
* Avoid duplicate ``commonground_api_common`` logs by setting propagate to ``False`` and
10+
use the correct handlers for this logger
11+
412
0.13.0 (2025-09-18)
513
-------------------
614

@@ -16,7 +24,7 @@ Changelog
1624
* **structlog**: ``structlog``, ``django-structlog``
1725
* **structlog-celery**: ``structlog``, ``django-structlog[celery]``
1826

19-
* [#178] Add option to configure whether to use structlog or standard logging (default: stdlib logging).
27+
* [#178] Add option to configure whether to use structlog or standard logging (default: stdlib logging).
2028
To enable structlog, downstream projects can do the following in their base settings:
2129

2230
.. code-block:: python
@@ -34,9 +42,9 @@ Changelog
3442
* Pin ```django-csp``` to 4.0 or higher.
3543

3644
.. warning::
37-
38-
The CSP environment variables function the same as with 3.8, but if any changes are made to
39-
CSP settings for downstream projects (like adding extra values to directives via the old 3.8 settings),
45+
46+
The CSP environment variables function the same as with 3.8, but if any changes are made to
47+
CSP settings for downstream projects (like adding extra values to directives via the old 3.8 settings),
4048
manual action is needed to make sure it works with 4.0
4149
(`see documentation <https://django-csp.readthedocs.io/en/latest/configuration.html#migrating-from-django-csp-3-8>`_)
4250

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

0 commit comments

Comments
 (0)