New Features
- Adds `datashape.discover` support for `types.MappingProxyType`
objects in python 3 and `types.DictProxyType` in python 2.
- Adds `datashape.discover` support for `collections.OrderedDict`
objects.
Bug Fixes
- Fixes `datashape.promote` to handle `datashape.string` types
correctly when mixing with `datashape.Option` types.