Fixed the inheritance chain in `SortedSet`'s `clean` method.
0.5.5
- Serialization capabilities so that a schema can be used both for validating input data as well as for returning output data. - `Enum` field that can be used in Python 3.4+. - `SortedSet` field: a sorted, unique set of values represented as a list.