File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
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+
4120.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
Original file line number Diff line number Diff line change 11Open 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
Original file line number Diff line number Diff line change 2626author = "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 ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " open-api-framework"
7- version = " 0.13.0 "
7+ version = " 0.13.1 "
88description = " A metapackage for registration components, that bundles the dependencies shared between these components and provides generic settings"
99authors = [
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 "
133133files = [
134134 {filename = " pyproject.toml" },
135135 {filename = " README.rst" },
You can’t perform that action at this time.
0 commit comments