From 182327051c9d20a8877999300b2453c60b0fcacf Mon Sep 17 00:00:00 2001 From: Patrick Altman Date: Sun, 24 Jun 2012 14:08:28 -0500 Subject: [PATCH] 0.2 --- docs/changelog.rst | 7 +++++++ docs/conf.py | 4 ++-- marturion/__init__.py | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index bee9301..8f44255 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,6 +3,13 @@ ChangeLog ========= +0.2 +--- + +- Fixed documenation bug +- Added a template tag for fetching a single random quote + + 0.1.4 ----- diff --git a/docs/conf.py b/docs/conf.py index 1cfa13f..5950607 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,8 +4,8 @@ master_doc = 'index' project = u'marturion' copyright = u'2012, Eldarion' -version = '0.1.4' -release = '0.1.4' +version = '0.2' +release = '0.2' exclude_patterns = ['_build'] pygments_style = 'sphinx' html_theme = 'default' diff --git a/marturion/__init__.py b/marturion/__init__.py index bbab024..0988857 100644 --- a/marturion/__init__.py +++ b/marturion/__init__.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.2"