Commit 176b987
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 <amelie@meilisearch.com>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments