Commit Graph

11 Commits

Author SHA1 Message Date
54de16c092 Marked 1.7.0 as released 2018-09-17 18:45:26 +02:00
522356c4ff Add support (and fix bug) for Python 3.7 2018-09-17 18:44:43 +02:00
57265fb846 Added support for datetime objects in API requests. 2017-12-27 11:27:43 +01:00
c8eec9fa9d Added pickle support for Resource classes, albeit a bit hacky.
Unpickling requires the class to be known, so we can't simply use to_dict()
to pickle and pass the dict to __init__() to unpickle. This works for the
pickled object itself (as pickle restores its type), but fails to restore
the class of subobjects, such as some_node.picture. This is why the code
now pickles each subobject too.
2017-09-19 13:43:48 +02:00
2d0f92f17a Updated changelog 2016-10-04 16:25:05 +02:00
d7370eee33 Updated changelog 2016-05-10 15:03:09 +02:00
56da7923d7 Bumped version to 1.1.1 2016-05-09 14:36:25 +02:00
a6364f338e Bumped version to 1.1.0 2016-05-09 12:19:58 +02:00
6f251feab8 Updated changelog 2016-05-09 12:16:20 +02:00
e9289e05f3 Updated changelog 2016-05-06 10:50:14 +02:00
611910372e Added changelog 2016-05-06 10:28:39 +02:00