v2.1.5
Changelog
- Add Decimal type d728b84
 - Allow Union types to have descriptions 8d4b9cd
 - Add type documentation for Relay fields 131cbeb
 - Mutation description now defaults to docstring 37a6c01
 - Fix Windows support ae7a5d7
 - The default resolver for ObjectTypes now handles dicts and objects ca9188a
 - Date, DateTime and Time types now accept datetime.datetime, datetime.date, and datetime.time resp. inputs when used as variables 7b6dae7
 - Make UUID type compatible with all string types in Python 2 7b6dae7
 - Allow relay connection node to be wrapped in a 
NonNulltype abff3d7 from_enumcan now take a deprecation reason 6a4091b- Update aniso8601 dependency to allow versions 4+ a5162e9
 - Drop support for Python 3.4 because it is EOL f73055f
 - Allow type annotation in meta classes eb7966e
 
Documentation
Too many documentation improvements to list out here and lots more to come. Watch this space.
Full changelog: v2.1.3...v2.1.5
Note: v2.1.4 was never released to PyPi due to build issues. We went straight from v2.1.3 to v2.1.5