Skip to content

Commit

Permalink
Merge #693
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and alallema authored Feb 22, 2023
2 parents e2751c1 + d50c834 commit 585407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meilisearch/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.24.0"
__version__ = "0.25.0"


def qualified_version() -> str:
Expand Down

0 comments on commit 585407c

Please sign in to comment.