diff --git a/docs/index.rst b/docs/index.rst index e2d1a2f..4617243 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -78,6 +78,9 @@ Table of Contents Release Notes ============= +2.2 +^^^ +- Added WEBP support for sizers & filters. Thanks, `@ahmedaljazzar `_! 2.1 ^^^ diff --git a/setup.py b/setup.py index 3fe4958..591eab8 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='django-versatileimagefield', packages=find_packages(), - version='2.1', + version='2.2', author=u'Jonathan Ellenberger', author_email='jonathan_ellenberger@wgbh.org', url='http://github.com/respondcreate/django-versatileimagefield/',