Skip to content

Commit dc9df1e

Browse files
committed
Preparation of 4.8.1 release
1 parent 5256fc4 commit dc9df1e

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
## Unreleased
1414

15+
## [4.8.1] - 2025-03-06
16+
1517
## [4.8.0] - 2025-03-06
1618

1719
## [4.7.1] - 2025-02-13

osidb_bindings.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%define name osidb_bindings
2-
%define version 4.8.0
2+
%define version 4.8.1
33
%define release 0%{?dist}
44

55
Name: %{name}

osidb_bindings/bindings_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project_name_override: bindings
22
package_name_override: python_client
3-
package_version_override: 4.8.0
3+
package_version_override: 4.8.1
44
post_hooks:
55
- "ruff check . --fix --extend-select I --config ../../ruff.toml"
66
- "ruff format . --config ../../ruff.toml"

osidb_bindings/constants.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from typing import List
66

77
OSIDB_API_VERSION: str = "v1"
8-
OSIDB_BINDINGS_VERSION: str = "4.8.0"
8+
OSIDB_BINDINGS_VERSION: str = "4.8.1"
99
OSIDB_BINDINGS_USERAGENT: str = f"osidb-bindings-{OSIDB_BINDINGS_VERSION}"
1010
OSIDB_BINDINGS_API_PATH: str = ".bindings.python_client.api.osidb"
1111
OSIDB_BINDINGS_PLACEHOLDER_FIELD: str = (

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="osidb_bindings",
8-
version="4.8.0",
8+
version="4.8.1",
99
author="Jakub Frejlach, Red Hat Product Security",
1010
author_email="[email protected]",
1111
description="Python bindings for accessing OSIDB API",

0 commit comments

Comments
 (0)