diff --git a/docs/conf.py b/docs/conf.py index 3f37bcf6..b85a2163 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,7 +54,7 @@ # The short X.Y version. version = '0.0' # The full version, including alpha/beta/rc tags. -release = '0.0.2' +release = '0.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/public/release_notes.rst b/docs/public/release_notes.rst index a1aea804..5daa2a63 100644 --- a/docs/public/release_notes.rst +++ b/docs/public/release_notes.rst @@ -3,12 +3,23 @@ Release Notes ############# -.. release-0.0.3 +.. release-0.0.4 ***************************** -0.0.3 (Alpha, in development) +0.0.4 (Alpha, in development) ***************************** +In development + + +.. release-0.0.3 + +************* +0.0.3 (Alpha) +************* + +Released on May 26, 2011. + * Replaced our ghetto fallback querying code with a simplified version of the logic used in Bert Constantins `django-polymorphic`_, all credit for our now better FallbackQueryset code goes to him. diff --git a/nani/__init__.py b/nani/__init__.py index d18f4098..ffcc925a 100644 --- a/nani/__init__.py +++ b/nani/__init__.py @@ -1 +1 @@ -__version__ = '0.0.2' +__version__ = '0.0.3'