From 87ce4b11b6b75b0499d6de3eb250a29370ceebe4 Mon Sep 17 00:00:00 2001 From: Steven Bal Date: Thu, 2 Jan 2025 15:43:06 +0100 Subject: [PATCH] :bookmark: Release version 0.9.2 --- CHANGELOG.rst | 7 +++++++ README.rst | 2 +- docs/conf.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9f84df0..ae6048b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,13 @@ Changelog ========= +0.9.2 (2025-01-02) +------------------ + +**Security updates** + +* Upgrade django to 4.2.17 + 0.9.1 (2024-12-16) ------------------ diff --git a/README.rst b/README.rst index 5540686..39caa12 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Open API Framework ================== -:Version: 0.9.1 +:Version: 0.9.2 :Source: https://github.com/maykinmedia/open-api-framework :Keywords: metapackage, dependencies diff --git a/docs/conf.py b/docs/conf.py index baff7d9..9f163f0 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.9.1" +release = "0.9.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 204fee0..1cc7271 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "open_api_framework" -version = "0.9.1" +version = "0.9.2" 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"} @@ -103,7 +103,7 @@ testpaths = ["tests"] DJANGO_SETTINGS_MODULE = "testapp.settings" [tool.bumpversion] -current_version = "0.9.1" +current_version = "0.9.2" files = [ {filename = "pyproject.toml"}, {filename = "README.rst"},