Skip to content

Commit d9146de

Browse files
committed
chore: release 4.33.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Algolia Bot <[email protected]>
1 parent bb382fc commit d9146de

File tree

26 files changed

+32
-25
lines changed

26 files changed

+32
-25
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.33.0](https://github.com/algolia/algoliasearch-client-python/compare/4.32.0...4.33.0)
2+
3+
- [7d189e024](https://github.com/algolia/api-clients-automation/commit/7d189e024) feat(specs): add useImagesObjects property in commercetools source input ([#5586](https://github.com/algolia/api-clients-automation/pull/5586)) by [@sbellone](https://github.com/sbellone/)
4+
- [ee5542a32](https://github.com/algolia/api-clients-automation/commit/ee5542a32) fix(specs): Add title values to key oneOfs ([#5581](https://github.com/algolia/api-clients-automation/pull/5581)) by [@gazconroy](https://github.com/gazconroy/)
5+
- [354d28b7c](https://github.com/algolia/api-clients-automation/commit/354d28b7c) fix(specs): update run reason in observability ([#5623](https://github.com/algolia/api-clients-automation/pull/5623)) by [@millotp](https://github.com/millotp/)
6+
- [ae9ac597f](https://github.com/algolia/api-clients-automation/commit/ae9ac597f) fix(specs): add tags and scope to rules ([#5625](https://github.com/algolia/api-clients-automation/pull/5625)) by [@millotp](https://github.com/millotp/)
7+
18
## [4.32.0](https://github.com/algolia/algoliasearch-client-python/compare/4.31.0...4.32.0)
29

310
- [ecfea56dc](https://github.com/algolia/api-clients-automation/commit/ecfea56dc) feat(clients): remove schedule capabilities ([#5552](https://github.com/algolia/api-clients-automation/pull/5552)) by [@cdhawke](https://github.com/cdhawke/)

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.32.0"
8+
__version__ = "4.33.0"

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.32.0"
8+
__version__ = "4.33.0"

algoliasearch/abtesting/models/__init__.py

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

77
# The version of the algoliasearch package
8-
__version__ = "4.32.0"
8+
__version__ = "4.33.0"
99

1010

1111
from .ab_test import ABTest

algoliasearch/abtesting_v3/__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.32.0"
8+
__version__ = "4.33.0"

algoliasearch/abtesting_v3/models/__init__.py

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

77
# The version of the algoliasearch package
8-
__version__ = "4.32.0"
8+
__version__ = "4.33.0"
99

1010

1111
from .ab_test import ABTest

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.32.0"
8+
__version__ = "4.33.0"

algoliasearch/analytics/models/__init__.py

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

77
# The version of the algoliasearch package
8-
__version__ = "4.32.0"
8+
__version__ = "4.33.0"
99

1010

1111
from .click_position import ClickPosition

algoliasearch/composition/__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.32.0"
8+
__version__ = "4.33.0"

algoliasearch/composition/models/__init__.py

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

77
# The version of the algoliasearch package
8-
__version__ = "4.32.0"
8+
__version__ = "4.33.0"
99

1010

1111
from .action import Action

0 commit comments

Comments
 (0)