Skip to content

Commit bace22a

Browse files
bors[bot]alallema
andauthored
Merge #678
678: Update version for the next release (v0.24.0) r=alallema a=alallema This version makes this package compatible with Meilisearch v1.0.0 🎉 Check out the changelog of [Meilisearch v1.0.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.0.0) for more information on the changes(#635). ## ⚠️ Breaking changes * Make the usage of the module typing consistent (#625) `@pbrochar` * Put all dates to `datetime` type for consistency. Class impacted: `Task` and `TasInfo` (#661) `@Azanul` * Change `details` fields in `Task` class `Dict[str, Any]` -> `Union[Dict[str, Any], None]` (#664) `@Azanul` ## 🚀 Enhancements * Added `update_documents_csv(str_documents: str, primary_key: Optional[str] = None) -> TaskInfo` (#654) `@sajdakabir` ## 🐛 Bug Fixes * Include py.typed in package build (#637) `@sanders41` Thanks again to `@Azanul,` `@alallema,` `@pbrochar,` `@sajdakabir,` `@sanders41!` 🎉 Co-authored-by: alallema <[email protected]>
2 parents a9b7897 + e7e7c5c commit bace22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meilisearch/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.23.0"
3+
__version__ = "0.24.0"
44

55

66
def qualified_version() -> str:

0 commit comments

Comments
 (0)