Skip to content

Commit 176b987

Browse files
bors[bot]alallema
andauthored
Merge #533
533: Update version for the next release (v0.20.0) r=brunoocasali a=alallema Update to the next version **Note:** This release is a replacement for the v0.19.2 which should be a minor update instead of a patch update. https://github.com/meilisearch/meilisearch-python/releases/tag/v0.19.2 ## 💥 Breaking changes * API resource output as class to utilize dot notation for attributes (#513) `@ElamC` * `Document`, `Index` and `Task` are now class and the attributes of these classes are now accessible via dot notation: * `document.offset`, `document.limit`, `document.total` * `task.uid`, `task.duration`, `task.status` ... * Add pipenv install in the CONTRIBUTING guide (#519) `@brunoocasali` * Bump mako from 1.2.1 to 1.2.2 due to security issue (#528) Thanks again to `@ElamC,` `@alallema,` `@brunoocasali!` 🎉 Co-authored-by: alallema <[email protected]>
2 parents a427081 + 131688d commit 176b987

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,4 +1,4 @@
1-
__version__ = "0.19.2"
1+
__version__ = "0.20.0"
22

33
def qualified_version() -> str:
44
"""Get the qualified version of this module."""

0 commit comments

Comments
 (0)