Skip to content

Commit

Permalink
Merge pull request #29 from RedHatProductSecurity/v1.3.10
Browse files Browse the repository at this point in the history
Preparation of 1.3.10 release
  • Loading branch information
JakubFrejlach authored Sep 5, 2023
2 parents f2ea4ea + da95363 commit 9710a18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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

## [1.3.10] - 2023-09-05
### Fixed
- fix usage of query parameters with double underscore
- fix `to_dict` not being able corretly transform UNSET values
Expand Down
2 changes: 1 addition & 1 deletion component_registry_bindings/bindings/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bindings"
version = "1.3.9"
version = "1.3.10"
description = "A client library for accessing Component Registry API"

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

COMPONENT_REGISTRY_API_VERSION: str = "v1"
COMPONENT_REGISTRY_BINDINGS_VERSION: str = "1.3.9"
COMPONENT_REGISTRY_BINDINGS_VERSION: str = "1.3.10"
COMPONENT_REGISTRY_BINDINGS_USERAGENT: str = (
f"component-registry-bindings-{COMPONENT_REGISTRY_BINDINGS_VERSION}"
)
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="component-registry-bindings",
version="1.3.9",
version="1.3.10",
author="Jakub Frejlach, Red Hat Product Security",
author_email="[email protected]",
description="Python bindings for accessing Component Registry API",
Expand Down

0 comments on commit 9710a18

Please sign in to comment.