Skip to content

Commit e5998d8

Browse files
algolia-botmillotp
andcommitted
chore: release 4.4.1
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 98810d7 commit e5998d8

File tree

22 files changed

+26
-21
lines changed

22 files changed

+26
-21
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [4.4.1](https://github.com/algolia/algoliasearch-client-python/compare/4.4.0...4.4.1)
2+
3+
- [d4df544d6](https://github.com/algolia/api-clients-automation/commit/d4df544d6) fix(specs): remove usage [skip-bc] ([#3691](https://github.com/algolia/api-clients-automation/pull/3691)) by [@kai687](https://github.com/kai687/)
4+
- [46d9d8fd0](https://github.com/algolia/api-clients-automation/commit/46d9d8fd0) feat(specs): add (optional) _automaticInsights to search result ([#3688](https://github.com/algolia/api-clients-automation/pull/3688)) by [@raed667](https://github.com/raed667/)
5+
16
## [4.4.0](https://github.com/algolia/algoliasearch-client-python/compare/4.3.0...4.4.0)
27

38
- [b6e273f4f](https://github.com/algolia/api-clients-automation/commit/b6e273f4f) feat(python): add sync client ([#3609](https://github.com/algolia/api-clients-automation/pull/3609)) 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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

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.4.0"
8+
__version__ = "4.4.1"

0 commit comments

Comments
 (0)