Skip to content

Commit

Permalink
Update version to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvob committed Sep 4, 2024
1 parent 8c2ce07 commit 1b7249c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
SPECTACULAR_SETTINGS = {
"TITLE": "OSIDB API",
"DESCRIPTION": "REST API autogenerated docs for the OSIDB and its components",
"VERSION": "4.2.0",
"VERSION": "4.3.0",
"SWAGGER_UI_SETTINGS": {"supportedSubmitMethods": []},
"SERVE_AUTHENTICATION": [
"krb5_auth.auth.KerberosAuthentication",
Expand Down
2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.3.0] - 2024-09-04
### Added
- Add CVEorg collector (OSIDB-2234)
- Allow trackers to have manually set SLAs (OSIDB-3374)
Expand Down
2 changes: 1 addition & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: OSIDB API
version: 4.2.0
version: 4.3.0
description: REST API autogenerated docs for the OSIDB and its components
paths:
/auth/token:
Expand Down
2 changes: 1 addition & 1 deletion osidb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
osidb version
"""
__version__ = "4.2.0"
__version__ = "4.3.0"
VERSION = __version__

0 comments on commit 1b7249c

Please sign in to comment.