From 6770bddd884174b7e73a19ce63ea6b3954749b0e Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Wed, 1 Feb 2012 07:47:02 -0500 Subject: [PATCH] Bumped version number and wrote release notes for 0.9.2 in preparation for release. --- docs/index.rst | 2 +- docs/releases/0.9.2.rst | 4 ++++ philo/__init__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 docs/releases/0.9.2.rst 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) -- 2.20.1