Skip to content

Commit

Permalink
Merge pull request #15 from RedHatProductSecurity/v1.3.3
Browse files Browse the repository at this point in the history
Preparation of 1.3.3 release
  • Loading branch information
JakubFrejlach authored Apr 4, 2023
2 parents 57d59e5 + 05d69eb commit 118f2c4
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.3.3] - 2023-04-04

## [1.3.2] - 2023-03-30

## [1.3.1] - 2023-03-23
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.2"
version = "1.3.3"
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
@@ -1,7 +1,7 @@
from typing import Dict, List

COMPONENT_REGISTRY_API_VERSION: str = "v1"
COMPONENT_REGISTRY_BINDINGS_USERAGENT: str = "component-registry-bindings-1.3.2"
COMPONENT_REGISTRY_BINDINGS_USERAGENT: str = "component-registry-bindings-1.3.3"
COMPONENT_REGISTRY_BINDINGS_API_PATH: str = (
f".bindings.python_client.api.{COMPONENT_REGISTRY_API_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.2",
version="1.3.3",
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 118f2c4

Please sign in to comment.