Skip to content

Commit

Permalink
chore: release 4.0.0a2
Browse files Browse the repository at this point in the history
Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
  • Loading branch information
algolia-bot and millotp committed Dec 28, 2023
1 parent b5d0295 commit 2939792
Show file tree
Hide file tree
Showing 22 changed files with 36 additions and 21 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.0.0a2](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0a1...4.0.0a2)

- [6641924aa](https://github.com/algolia/api-clients-automation/commit/6641924aa) fix(python): less breaking changes ([#2442](https://github.com/algolia/api-clients-automation/pull/2442)) by [@shortcuts](https://github.com/shortcuts/)
- [19ddcb18f](https://github.com/algolia/api-clients-automation/commit/19ddcb18f) chore(python): cleanup and variable names ([#2416](https://github.com/algolia/api-clients-automation/pull/2416)) by [@shortcuts](https://github.com/shortcuts/)
- [cdd936ad1](https://github.com/algolia/api-clients-automation/commit/cdd936ad1) feat(python): add clients CTS ([#2411](https://github.com/algolia/api-clients-automation/pull/2411)) by [@shortcuts](https://github.com/shortcuts/)
- [1c7c0351a](https://github.com/algolia/api-clients-automation/commit/1c7c0351a) feat(python): add release process ([#2372](https://github.com/algolia/api-clients-automation/pull/2372)) by [@shortcuts](https://github.com/shortcuts/)
- [f2692988c](https://github.com/algolia/api-clients-automation/commit/f2692988c) chore(python): improve serializer definition ([#2402](https://github.com/algolia/api-clients-automation/pull/2402)) by [@shortcuts](https://github.com/shortcuts/)
- [3aa772522](https://github.com/algolia/api-clients-automation/commit/3aa772522) feat(python): add CTS ([#2373](https://github.com/algolia/api-clients-automation/pull/2373)) by [@shortcuts](https://github.com/shortcuts/)
- [6c4dcb21c](https://github.com/algolia/api-clients-automation/commit/6c4dcb21c) fix(python): common response deserializer ([#2375](https://github.com/algolia/api-clients-automation/pull/2375)) by [@shortcuts](https://github.com/shortcuts/)
- [8d71c2b69](https://github.com/algolia/api-clients-automation/commit/8d71c2b69) fix(specs): provide non clashing names for custom methods ([#2369](https://github.com/algolia/api-clients-automation/pull/2369)) by [@shortcuts](https://github.com/shortcuts/)
- [387960048](https://github.com/algolia/api-clients-automation/commit/387960048) fix(python): path encoding and request options ([#2367](https://github.com/algolia/api-clients-automation/pull/2367)) by [@shortcuts](https://github.com/shortcuts/)
- [a2edb056e](https://github.com/algolia/api-clients-automation/commit/a2edb056e) fix(python): deserializer and unused helpers ([#2309](https://github.com/algolia/api-clients-automation/pull/2309)) by [@shortcuts](https://github.com/shortcuts/)
- [205519c6f](https://github.com/algolia/api-clients-automation/commit/205519c6f) fix(specs): highlight result map definition ([#2312](https://github.com/algolia/api-clients-automation/pull/2312)) by [@shortcuts](https://github.com/shortcuts/)
- [f99007898](https://github.com/algolia/api-clients-automation/commit/f99007898) feat(python): add Algolia transporter, response deserializer and config setup ([#2306](https://github.com/algolia/api-clients-automation/pull/2306)) by [@shortcuts](https://github.com/shortcuts/)

## [4.0.0-alpha.1](https://github.com/algolia/algoliasearch-client-python/compare/4.0.0-alpha.0...4.0.0-alpha.1)

- [a46b959fe](https://github.com/algolia/api-clients-automation/commit/a46b959fe) fix(python): template cleanup and playgrounds ([#2286](https://github.com/algolia/api-clients-automation/pull/2286)) by [@shortcuts](https://github.com/shortcuts/)
Expand Down
2 changes: 1 addition & 1 deletion algoliasearch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/abtesting/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/abtesting/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/analytics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/analytics/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/http/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/ingestion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/ingestion/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/insights/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/insights/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/monitoring/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/monitoring/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/personalization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/personalization/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/query_suggestions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/query_suggestions/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/recommend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/recommend/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion algoliasearch/search/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

# The version of the algoliasearch package
__version__ = "4.0.0a1"
__version__ = "4.0.0a2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "algoliasearch"
version = "4.0.0a1"
version = "4.0.0a2"
description = "A fully-featured and blazing-fast Python API client to interact with Algolia."
authors = ["Algolia Team <support@algolia.com>"]
license = "MIT"
Expand Down

0 comments on commit 2939792

Please sign in to comment.