Skip to content

Commit

Permalink
Preparation of 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubFrejlach committed Nov 20, 2023
1 parent b9c6532 commit c01609b
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 @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [1.4.0] - 2023-11-20

## [1.3.10] - 2023-09-05
### Fixed
- fix usage of query parameters with double underscore
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.10"
version = "1.4.0"
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.10"
COMPONENT_REGISTRY_BINDINGS_VERSION: str = "1.4.0"
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.10",
version="1.4.0",
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 c01609b

Please sign in to comment.