From: Joseph Spiros Date: Wed, 1 Feb 2012 15:08:43 +0000 (-0500) Subject: Merge branch 'release/0.9.2' X-Git-Tag: philo-0.9.2^0 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/8a772dd4761e3a4b926358d6ebf87c9fc7033ba5?hp=6770bddd884174b7e73a19ce63ea6b3954749b0e Merge branch 'release/0.9.2' * release/0.9.2: Bumped version number and wrote release notes for 0.9.2 in preparation for release. Fixed an exception with JSONAttributes using DateField or DateTimeField as their field template when the stored value is None. Fixes #178. Updated copyright date range to end in 2012 instead of 2011. Added include_package_data option to setup.py to ensure MANIFEST.in is actually heeded. ---