Skip to content

Commit 581c5d2

Browse files
chore: release 4.4.5
Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Clément Vannicatte <[email protected]>
1 parent a74db55 commit 581c5d2

File tree

22 files changed

+25
-21
lines changed

22 files changed

+25
-21
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [4.4.5](https://github.com/algolia/algoliasearch-client-python/compare/4.4.4...4.4.5)
2+
3+
- [4666c0113](https://github.com/algolia/api-clients-automation/commit/4666c0113) fix(python): update deserialization templates and typing issues ([#3780](https://github.com/algolia/api-clients-automation/pull/3780)) by [@shortcuts](https://github.com/shortcuts/)
4+
15
## [4.4.4](https://github.com/algolia/algoliasearch-client-python/compare/4.4.3...4.4.4)
26

37
- [ba745beb9](https://github.com/algolia/api-clients-automation/commit/ba745beb9) fix(python): exclude unset API values on model dump ([#3777](https://github.com/algolia/api-clients-automation/pull/3777)) 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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

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.4"
8+
__version__ = "4.4.5"

0 commit comments

Comments
 (0)