Skip to content

Commit

Permalink
Release 0.3.3
Browse files Browse the repository at this point in the history
* Add serilizer for datetime.timedelta, to support Django 1.8's
  DurationField (creynold)
* Convert string representations of datetimes, dates, and timedeltas
* Expand tests to Django 1.9 beta 1 and Django REST Framework 3.3
  • Loading branch information
jwhitlock committed Nov 5, 2015
1 parent 76927b0 commit 5c937d2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.rst
Expand Up @@ -10,5 +10,5 @@ Development Lead
Contributors
------------

* `fpruitt <https://github.com/fpruitt>`
* `creynold <https://github.com/creynold>`
* `fpruitt <https://github.com/fpruitt>`_
* `creynold <https://github.com/creynold>`_
7 changes: 7 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,13 @@
History
=======

0.3.3 (2015-11-05)
------------------
* Add serilizer for datetime.timedelta, to support Django 1.8's
DurationField (creynold)
* Convert string representations of datetimes, dates, and timedeltas
* Expand tests to Django 1.9 beta 1 and Django REST Framework 3.3

0.3.2 (2015-09-23)
------------------
* Remove deprecation warning in Django 1.8
Expand Down
2 changes: 1 addition & 1 deletion drf_cached_instances/__init__.py
Expand Up @@ -2,4 +2,4 @@

__author__ = 'John Whitlock'
__email__ = 'john@factorialfive.com'
__version__ = '0.3.2'
__version__ = '0.3.3'

0 comments on commit 5c937d2

Please sign in to comment.