From: Joseph Spiros Date: Wed, 1 Feb 2012 12:47:02 +0000 (-0500) Subject: Bumped version number and wrote release notes for 0.9.2 in preparation for release. X-Git-Tag: philo-0.9.2^2 X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/6770bddd884174b7e73a19ce63ea6b3954749b0e Bumped version number and wrote release notes for 0.9.2 in preparation for release. --- diff --git a/docs/index.rst b/docs/index.rst index 05422dd..1c71285 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,7 +8,7 @@ Welcome to Philo's documentation! ================================= -Philo is a foundation for developing web content management systems. Please, read the :doc:`notes for our latest release `. +Philo is a foundation for developing web content management systems. Please, read the :doc:`notes for our latest release `. Prerequisites: diff --git a/docs/releases/0.9.2.rst b/docs/releases/0.9.2.rst new file mode 100644 index 0000000..c1983ae --- /dev/null +++ b/docs/releases/0.9.2.rst @@ -0,0 +1,4 @@ +Philo version 0.9.2 release notes +================================= + +The primary focus of the 0.9.2 release was repairing the setuptools configuration so that Philo can be installed and updated reliably. In addition, a bug involving the use of :class:`DateTimeField` or :class:`DateField` as the field template for a :class:`JSONAttribute` has been fixed. \ No newline at end of file diff --git a/philo/__init__.py b/philo/__init__.py index 4e4f145..3a055a1 100644 --- a/philo/__init__.py +++ b/philo/__init__.py @@ -1 +1 @@ -VERSION = (0, 9, 1) +VERSION = (0, 9, 2)