Dexy 1.0.2 was released on January 6, 2014. Thanks to Seth Warn for contributing patches and suggestions for the features in this release.
The rstmeta filter now works as intended, adding metadata like title and author from reStructuredText documents as document settings which can be accessed in other dexy filters. Also, document settings now are accessible as python instance attributes in addition to via the setting()
method. This makes it possible to use jinja template filters like sort which work using python attributes.