From c8aaed86ccdb9eb678c3f45167740aa88395a084 Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Tue, 14 Jun 2011 06:44:45 -0400 Subject: [PATCH] Updated version and made a slight change to bring the two READMEs in sync. --- README | 2 +- philo/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f1ef32e..f73d43b 100644 --- a/README +++ b/README @@ -5,8 +5,8 @@ Prerequisites: * Django 1.3+ * django-mptt e734079+ * (Optional) django-grappelli 2.0+ - * (Optional) recaptcha-django r6 * (Optional) south 0.7.2+ + * (Optional) recaptcha-django r6 To contribute, please visit the project website . Feel free to join us on IRC at irc://irc.oftc.net/#philo. diff --git a/philo/__init__.py b/philo/__init__.py index e574b70..c07c373 100644 --- a/philo/__init__.py +++ b/philo/__init__.py @@ -1 +1 @@ -VERSION = (0, '1rc') +VERSION = (0, 9) -- 2.20.1