From 2f5f4e2edde6decfd0ca13e7f3c4aa69c4b84e67 Mon Sep 17 00:00:00 2001 From: osoukup Date: Thu, 9 Jan 2025 16:10:05 +0100 Subject: [PATCH] Update version to 4.6.3 --- config/settings.py | 2 +- docs/CHANGELOG.md | 2 +- openapi.yml | 2 +- osidb/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/settings.py b/config/settings.py index 0de2104a7..449649f18 100644 --- a/config/settings.py +++ b/config/settings.py @@ -275,7 +275,7 @@ SPECTACULAR_SETTINGS = { "TITLE": "OSIDB API", "DESCRIPTION": "REST API autogenerated docs for the OSIDB and its components", - "VERSION": "4.6.2", + "VERSION": "4.6.3", "SWAGGER_UI_SETTINGS": {"supportedSubmitMethods": []}, "SERVE_AUTHENTICATION": [ "krb5_auth.auth.KerberosAuthentication", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 23a0219a7..ee24c6874 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [4.6.3] - 2025-01-09 ### Fixed - Reduce flaw save operations to avoid outdated timestamps (OSIDB-3837) diff --git a/openapi.yml b/openapi.yml index a235ddb57..71c7509c9 100644 --- a/openapi.yml +++ b/openapi.yml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: OSIDB API - version: 4.6.2 + version: 4.6.3 description: REST API autogenerated docs for the OSIDB and its components paths: /auth/token: diff --git a/osidb/__init__.py b/osidb/__init__.py index cd72c2116..36589b09d 100644 --- a/osidb/__init__.py +++ b/osidb/__init__.py @@ -1,5 +1,5 @@ """ osidb version """ -__version__ = "4.6.2" +__version__ = "4.6.3" VERSION = __version__