Skip to content

Commit 9e2d1fe

Browse files
chore: release 4.0.0b24
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent c4e8d4d commit 9e2d1fe

File tree

24 files changed

+30
-23
lines changed

24 files changed

+30
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.0.0b24](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0b23...4.0.0b24)
2+
3+
- [a009967f6](https://github.com/algolia/api-clients-automation/commit/a009967f6) fix(specs): browse response required properties ([#3348](https://github.com/algolia/api-clients-automation/pull/3348)) by [@millotp](https://github.com/millotp/)
4+
- [04a799417](https://github.com/algolia/api-clients-automation/commit/04a799417) fix(specs): ingestion task and transformation ([#3347](https://github.com/algolia/api-clients-automation/pull/3347)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [0bb55c8f1](https://github.com/algolia/api-clients-automation/commit/0bb55c8f1) fix(python): browse objects ([#3346](https://github.com/algolia/api-clients-automation/pull/3346)) by [@shortcuts](https://github.com/shortcuts/)
6+
- [dcb1b59dc](https://github.com/algolia/api-clients-automation/commit/dcb1b59dc) fix(specs): clarify browse parameters ([#3333](https://github.com/algolia/api-clients-automation/pull/3333)) by [@kai687](https://github.com/kai687/)
7+
18
## [4.0.0b23](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0b22...4.0.0b23)
29

310
- [9776cb3ba](https://github.com/algolia/api-clients-automation/commit/9776cb3ba) feat(specs): add redirect to renderingContent ([#3296](https://github.com/algolia/api-clients-automation/pull/3296)) by [@shortcuts](https://github.com/shortcuts/)

algoliasearch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/abtesting/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/abtesting/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/analytics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/analytics/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/http/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/ingestion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/ingestion/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

algoliasearch/insights/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"""
66

77
# The version of the algoliasearch package
8-
__version__ = "4.0.0b23"
8+
__version__ = "4.0.0b24"

0 commit comments

Comments
 (0)