Skip to content

Commit

Permalink
Preparation of 3.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubFrejlach committed May 23, 2024
1 parent f600b0b commit 2ba5738
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [3.7.0] - 2024-05-23
### Added
- Update and Create for Tracker entity
- JIRA_ACCESS_TOKEN environment variable

### Fixed
- Both Bugzilla API Key and Jira Access Token are now automatically fetched
from environment variables and passed as a header

## [3.6.0] - 2024-01-29

## [3.5.1] - 2023-10-17
Expand Down
2 changes: 1 addition & 1 deletion osidb_bindings/bindings/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bindings"
version = "3.6.0"
version = "3.7.0"
description = "A client library for accessing OSIDB API"

authors = []
Expand Down
2 changes: 1 addition & 1 deletion osidb_bindings/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from typing import List

OSIDB_API_VERSION: str = "v1"
OSIDB_BINDINGS_VERSION: str = "3.6.0"
OSIDB_BINDINGS_VERSION: str = "3.7.0"
OSIDB_BINDINGS_USERAGENT: str = f"osidb-bindings-{OSIDB_BINDINGS_VERSION}"
OSIDB_BINDINGS_API_PATH: str = ".bindings.python_client.api.osidb"
OSIDB_BINDINGS_PLACEHOLDER_FIELD: str = (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="osidb-bindings",
version="3.6.0",
version="3.7.0",
author="Jakub Frejlach, Red Hat Product Security",
author_email="[email protected]",
description="Python bindings for accessing OSIDB API",
Expand Down

0 comments on commit 2ba5738

Please sign in to comment.