Skip to content

Commit b9fb87a

Browse files
chore: release 4.19.0
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent ca023f6 commit b9fb87a

File tree

24 files changed

+29
-23
lines changed

24 files changed

+29
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.19.0](https://github.com/algolia/algoliasearch-client-python/compare/4.18.0...4.19.0)
2+
3+
- [835daccb48](https://github.com/algolia/api-clients-automation/commit/835daccb48) feat(specs): add with transformation helpers ([#4931](https://github.com/algolia/api-clients-automation/pull/4931)) by [@shortcuts](https://github.com/shortcuts/)
4+
- [883b38a773](https://github.com/algolia/api-clients-automation/commit/883b38a773) chore: add tests for WithTransformation methods ([#4936](https://github.com/algolia/api-clients-automation/pull/4936)) by [@shortcuts](https://github.com/shortcuts/)
5+
- [d10edda9d3](https://github.com/algolia/api-clients-automation/commit/d10edda9d3) fix(clients): consistent naming in transformation region helper ([#4937](https://github.com/algolia/api-clients-automation/pull/4937)) by [@shortcuts](https://github.com/shortcuts/)
6+
17
## [4.18.0](https://github.com/algolia/algoliasearch-client-python/compare/4.17.0...4.18.0)
28

39
- [9db03b532b](https://github.com/algolia/api-clients-automation/commit/9db03b532b) fix(specs): typo ([#4854](https://github.com/algolia/api-clients-automation/pull/4854)) by [@kai687](https://github.com/kai687/)

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.18.0"
8+
__version__ = "4.19.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.18.0"
8+
__version__ = "4.19.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.18.0"
8+
__version__ = "4.19.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.18.0"
8+
__version__ = "4.19.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.18.0"
8+
__version__ = "4.19.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.18.0"
8+
__version__ = "4.19.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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .around_precision import AroundPrecision

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.18.0"
8+
__version__ = "4.19.0"

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.18.0"
8+
__version__ = "4.19.0"

algoliasearch/ingestion/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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .action import Action

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.18.0"
8+
__version__ = "4.19.0"

algoliasearch/insights/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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .add_to_cart_event import AddToCartEvent

algoliasearch/monitoring/__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.18.0"
8+
__version__ = "4.19.0"

algoliasearch/monitoring/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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .error_base import ErrorBase

algoliasearch/personalization/__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.18.0"
8+
__version__ = "4.19.0"

algoliasearch/personalization/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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .delete_user_profile_response import DeleteUserProfileResponse

algoliasearch/query_suggestions/__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.18.0"
8+
__version__ = "4.19.0"

algoliasearch/query_suggestions/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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .base_response import BaseResponse

algoliasearch/recommend/__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.18.0"
8+
__version__ = "4.19.0"

algoliasearch/recommend/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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .advanced_syntax_features import AdvancedSyntaxFeatures

algoliasearch/search/__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.18.0"
8+
__version__ = "4.19.0"

algoliasearch/search/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.18.0"
8+
__version__ = "4.19.0"
99

1010

1111
from .acl import Acl

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "algoliasearch"
3-
version = "4.18.0"
3+
version = "4.19.0"
44
description = "A fully-featured and blazing-fast Python API client to interact with Algolia."
55
authors = ["Algolia Team"]
66
license = "MIT"

0 commit comments

Comments
 (0)