Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation of 1.4.0 release #31

Merged
merged 2 commits into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
from .v1_channels_retrieve import *
from .v1_components_list import *
from .v1_components_manifest_retrieve import *
from .v1_components_olcs_test_update import *
from .v1_components_provides_retrieve import *
from .v1_components_retrieve import *
from .v1_components_taxonomy_retrieve import *
from .v1_components_update_license_update import *
from .v1_product_streams_list import *
from .v1_product_streams_manifest_retrieve import *
from .v1_product_streams_retrieve import *
Expand Down
Loading