Bumped version number and wrote release notes for 0.9.2 in preparation for release.
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Feb 2012 12:47:02 +0000 (07:47 -0500)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 1 Feb 2012 12:47:02 +0000 (07:47 -0500)
docs/index.rst
docs/releases/0.9.2.rst [new file with mode: 0644]
philo/__init__.py

index 05422dd..1c71285 100644 (file)
@@ -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 <releases/0.9.1>`.
+Philo is a foundation for developing web content management systems. Please, read the :doc:`notes for our latest release <releases/0.9.2>`.
 
 Prerequisites:
 
diff --git a/docs/releases/0.9.2.rst b/docs/releases/0.9.2.rst
new file mode 100644 (file)
index 0000000..c1983ae
--- /dev/null
@@ -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
index 4e4f145..3a055a1 100644 (file)
@@ -1 +1 @@
-VERSION = (0, 9, 1)
+VERSION = (0, 9, 2)