From 3bacd51ba59f4447c0529b7a0d1da49bb9742ea1 Mon Sep 17 00:00:00 2001 From: Bryan Veloso Date: Thu, 22 Dec 2011 22:02:35 -0800 Subject: [PATCH] Bumping the version number. --- docs/conf.py | 2 +- imagekit/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c3f2b6e..b7f4f73 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2011, Justin Driscoll, Bryan Veloso, Greg Newman, Chris Drackett & # The short X.Y version. version = '1.1.0' # The full version, including alpha/beta/rc tags. -release = '1.1.0dev' +release = '1.1.0' # 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..1b2a4a3 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, 1, 0, 'final', 0) __license__ = 'BSD'