diff --git a/docs/conf.py b/docs/conf.py index d2f8520..c3f2b6e 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.3' +version = '1.1.0' # The full version, including alpha/beta/rc tags. -release = '1.0.3' +release = '1.1.0dev' # 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 9c52efa..47d15b3 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, 0, 3, 'final', 0) +__version__ = (1, 1, 0, 'dev', 0) __license__ = 'BSD'