From 44392b7b2456626a79b06cdf8aebe450d29644ad Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 3 Nov 2011 14:15:03 +0900 Subject: [PATCH 1/2] Bumping version numbers. --- docs/conf.py | 4 ++-- imagekit/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4005268..b8fd9cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2011, Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett & # built documents. # # The short X.Y version. -version = '1.0.1' +version = '1.0.2' # The full version, including alpha/beta/rc tags. -release = '1.0.1' +release = '1.0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/imagekit/__init__.py b/imagekit/__init__.py index 47d15b3..ef5b0cb 100644 --- a/imagekit/__init__.py +++ b/imagekit/__init__.py @@ -1,4 +1,4 @@ __title__ = 'django-imagekit' __author__ = 'Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett, Matthew Tretter, Eric Eldredge' -__version__ = (1, 1, 0, 'dev', 0) +__version__ = (1, 0, 2, 'final', 0) __license__ = 'BSD' From 5666a640f083890a5cf7c5359db18cdd1c410377 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 3 Nov 2011 14:16:08 +0900 Subject: [PATCH 2/2] Fixing some reST syntax. --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5207f2b..faab49f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,7 +16,7 @@ v1.0.2 v1.0.1 ------ -- Minor fixes related to the rendering of `README.rst` as a reStructured +- Minor fixes related to the rendering of ``README.rst`` as a reStructured text file. - Fixed the included admin template not being found when ImageKit was and