Skip to content

Commit 4d33907

Browse files
authored
Release 4.10.1 (#949)
Release 4.10.1
2 parents 3fde27b + 1436e44 commit 4d33907

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
SPECTACULAR_SETTINGS = {
281281
"TITLE": "OSIDB API",
282282
"DESCRIPTION": "REST API autogenerated docs for the OSIDB and its components",
283-
"VERSION": "4.10.0",
283+
"VERSION": "4.10.1",
284284
"SWAGGER_UI_SETTINGS": {"supportedSubmitMethods": []},
285285
"SERVE_AUTHENTICATION": [
286286
"krb5_auth.auth.KerberosAuthentication",

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## Unreleased
8+
9+
## [4.10.1] - 2025-04-30
810
### Added
911
- Add feedback form to tracker description (OSIDB-4095)
1012

openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: OSIDB API
4-
version: 4.10.0
4+
version: 4.10.1
55
description: REST API autogenerated docs for the OSIDB and its components
66
paths:
77
/auth/token:

osidb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
22
osidb version
33
"""
4-
__version__ = "4.10.0"
4+
__version__ = "4.10.1"
55
VERSION = __version__

0 commit comments

Comments
 (0)