Skip to content

Commit

Permalink
chore: release 4.5.0
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
3 people committed Oct 1, 2024
1 parent 7d03f02 commit 57069aa
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.5.0](https://github.com/algolia/algoliasearch-client-python/compare/4.4.6...4.5.0)

- [788483537](https://github.com/algolia/api-clients-automation/commit/788483537) chore(clients): add workflow to auto-close PR ([#3834](https://github.com/algolia/api-clients-automation/pull/3834)) by [@shortcuts](https://github.com/shortcuts/)
- [e59dd41d5](https://github.com/algolia/api-clients-automation/commit/e59dd41d5) fix(specs): API key description will be obfuscated ([#3840](https://github.com/algolia/api-clients-automation/pull/3840)) by [@kai687](https://github.com/kai687/)
- [dc28c0268](https://github.com/algolia/api-clients-automation/commit/dc28c0268) feat(specs): add recommend batch rules endpoint ([#3782](https://github.com/algolia/api-clients-automation/pull/3782)) by [@raed667](https://github.com/raed667/)

## [4.4.6](https://github.com/algolia/algoliasearch-client-python/compare/4.4.5...4.4.6)

- [022131871](https://github.com/algolia/api-clients-automation/commit/022131871) fix(specs): correct query params for ingestion [skip-bc] ([#3830](https://github.com/algolia/api-clients-automation/pull/3830)) by [@millotp](https://github.com/millotp/)
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/abtesting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/abtesting/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/analytics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/analytics/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/ingestion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/ingestion/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/insights/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/insights/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/monitoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/monitoring/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/personalization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/personalization/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/query_suggestions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/query_suggestions/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/recommend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/recommend/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion algoliasearch/search/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.4.6"
__version__ = "4.5.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "algoliasearch"
version = "4.4.6"
version = "4.5.0"
description = "A fully-featured and blazing-fast Python API client to interact with Algolia."
authors = ["Algolia Team"]
license = "MIT"
Expand Down

0 comments on commit 57069aa

Please sign in to comment.