Skip to content

Commit 585407c

Browse files
bors[bot]alallema
andauthored
Merge #693
693: Update version for the next release (v0.25.0) r=alallema a=alallema ## ⚠️ Breaking changes * Update the return type of methods (#676) `@sanders41` ## 🚀 Enhancements * Transform all the `task` methods to a `TaskHandler` class (#662) `@Azanul` Thanks again to `@Azanul,` `@alallema,` `@brunoocasali` and `@sanders41!` 🎉 Co-authored-by: alallema <[email protected]>
2 parents e2751c1 + d50c834 commit 585407c

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.24.0"
3+
__version__ = "0.25.0"
44

55

66
def qualified_version() -> str:

0 commit comments

Comments
 (0)