Finally solved problem of broken description markup on PyPI.
**Note:** version tag `0.6.2` was skipped due to first failed attempt to fix this.
0.6.1
Fixes: - Fixed deserialization on single-value nullable fields (59, thanks to anlcnydn)
Improvements: - Minor test cleanup. - Officially tested on recent falcon releases.
0.6.0
New features: * added support for "nullable" fields (thanks to anlcnydn, see: 3, 57, 58)
0.5.0
Fixes:
* Fixed representation deserialization for fields with `many=True` (see 48)
New features:
* Added option `write_only` to serializer fields (see 45 and [docs](https://graceful.readthedocs.io/en/latest/reference/graceful.htmlgraceful.fields.BaseField))
0.4.1
Fixes:
* fixed error description on representation validation (source names were used instead of field names, bug 42) * fixed resource modification handling when *-sourced fields are used (bug 43, refs 44)
0.4.0
New features: * built-in support for authentication and authorization (see 17, 41 and [docs page](http://graceful.readthedocs.io/en/0.4.0/guide/auth.html))