You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments