diff --git a/daguerre/__init__.py b/daguerre/__init__.py index 9d185b3..ebc5129 100644 --- a/daguerre/__init__.py +++ b/daguerre/__init__.py @@ -1 +1 @@ -__version__ = (2, 1, 3) +__version__ = (2, 2, '0-a') diff --git a/docs/conf.py b/docs/conf.py index 31e6395..0b8b96f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -52,9 +52,9 @@ # built documents. # # The short X.Y version. -version = '2.1' +version = '2.2' # The full version, including alpha/beta/rc tags. -release = '2.1.3' +release = '2.2.0-a' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 230e15d..dad0b33 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name='django-daguerre', version='.'.join([str(v) for v in version]), url="http://django-daguerre.readthedocs.org/", - description='Image management and processing for Django.', + description='On-the-fly image manipulation for Django 1.7+.', long_description=open( os.path.join(os.path.dirname(__file__), 'README.rst') ).read(),