Skip to content

Commit b9fb87a

Browse files
chore: release 4.19.0
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
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"

0 commit comments

Comments
 (0)