Skip to content

Commit

Permalink
chore: release 4.0.0b26
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Clément Vannicatte <[email protected]>
  • Loading branch information
algolia-bot and shortcuts committed Jul 26, 2024
1 parent 3d4ca53 commit db79328
Show file tree
Hide file tree
Showing 24 changed files with 32 additions and 23 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.0b26](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0b25...4.0.0b26)

- [3ec5f5f7e](https://github.com/algolia/api-clients-automation/commit/3ec5f5f7e) feat(specs): add v2 endpoints for ingestion ([#3416](https://github.com/algolia/api-clients-automation/pull/3416)) by [@shortcuts](https://github.com/shortcuts/)
- [200f07e9c](https://github.com/algolia/api-clients-automation/commit/200f07e9c) fix(specs): add primary to get settings response ([#3415](https://github.com/algolia/api-clients-automation/pull/3415)) by [@kai687](https://github.com/kai687/)
- [81c15cf5b](https://github.com/algolia/api-clients-automation/commit/81c15cf5b) chore(specs): add eslint rule to avoid cross-references ([#3413](https://github.com/algolia/api-clients-automation/pull/3413)) by [@millotp](https://github.com/millotp/)
- [be060a060](https://github.com/algolia/api-clients-automation/commit/be060a060) fix(specs): remove cross-references of analytics ([#3414](https://github.com/algolia/api-clients-automation/pull/3414)) by [@millotp](https://github.com/millotp/)
- [fe6f5edab](https://github.com/algolia/api-clients-automation/commit/fe6f5edab) feat(specs): add v2 endpoints for ingestion ([#3410](https://github.com/algolia/api-clients-automation/pull/3410)) by [@shortcuts](https://github.com/shortcuts/)
- [e3c6b8401](https://github.com/algolia/api-clients-automation/commit/e3c6b8401) fix(specs): remove cross-specs references ([#3412](https://github.com/algolia/api-clients-automation/pull/3412)) by [@shortcuts](https://github.com/shortcuts/)

## [4.0.0b25](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0b24...4.0.0b25)

- [280037178](https://github.com/algolia/api-clients-automation/commit/280037178) fix(specs): update shopify feature flags ([#3380](https://github.com/algolia/api-clients-automation/pull/3380)) 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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
__version__ = "4.0.0b26"
2 changes: 1 addition & 1 deletion algoliasearch/usage/__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.0.0b25"
__version__ = "4.0.0b26"
2 changes: 1 addition & 1 deletion algoliasearch/usage/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.0.0b25"
__version__ = "4.0.0b26"
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.0.0b25"
version = "4.0.0b26"
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 db79328

Please sign in to comment.