From bff0c93b161039a1b967a7b00f56d43b7d8c87c9 Mon Sep 17 00:00:00 2001 From: bart-maykin Date: Wed, 31 Jul 2024 10:12:33 +0200 Subject: [PATCH] :bookmark: release version 0.6.1 --- CHANGELOG.rst | 22 ++++++++++++++++++++++ docs/conf.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff15ea2..ee035e9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,28 @@ Changelog ========= + +0.6.1 (2024-07-31) +------------------ + +**Project maintenance and QOL** + +* Updated dependencies: + - django ``4.2.11+`` to ``4.2.14+`` + - django-axes ``6.3.0+`` to ``6.5.1+`` + - django-cors-headers ``4.3.1+`` to ``4.4.0+`` + - django-jsonform ``2.21.4+`` to ``2.22.0+`` + - djangorestframework ``3.12.4+`` to ``3.15.2+`` + - django-filter ``23.2+`` to ``24.2+`` + - drf-spectacular ``0.27.0+`` to ``0.27.2+`` + - mozilla-django-oidc-db ``0.14.1+`` to ``0.19.0+`` + - requests ``2.31.0+`` to ``2.32.3+`` + - sentry-sdk ``1.39.2+`` to ``2.11.0+`` + - elastic-apm ``6.20.0+`` to ``6.22.0+`` + - celery ``5.2.7+`` to ``5.4.0+`` + - maykin-2fa ``1.0.0+`` to ``1.0.1+`` + + 0.6.0 (2024-07-04) ------------------ diff --git a/docs/conf.py b/docs/conf.py index 5dcfe95..8754ab1 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.6.0" +release = "0.6.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 305df2e..ca6ec66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "open_api_framework" -version = "0.6.0" +version = "0.6.1" 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"} @@ -100,7 +100,7 @@ testpaths = ["tests"] DJANGO_SETTINGS_MODULE = "testapp.settings" [tool.bumpversion] -current_version = "0.6.0" +current_version = "0.6.1" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},