Skip to content

Commit

Permalink
Updating docs & setup.py for 1.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Dec 8, 2016
1 parent 6679e44 commit 218a9b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Compatibility
- 1.7.x
- 1.8.x
- 1.9.x (NOTE: Django REST Framework>=3.1.x is required if using Django 1.9.x)
- 1.10.x

**NOTE**: The 1.4 release dropped support for Django 1.5.x & 1.6.x.

Expand All @@ -53,6 +54,8 @@ Compatibility
- 3.1.x
- 3.2.x
- 3.3.x (NOTE: Django REST Framework 3.3.x is not compatible with Django<=1.6.x)
- 3.4.x
- 3.5.x

Documentation
=============
Expand Down
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ Table of Contents
Release Notes
=============

1.6.2
^^^^^
- Added support for Pillow 3.4.2

1.6.1
^^^^^
- Logs are now created when thumbnail generation fails (thanks, `@artursmet <https://github.com/artursmet>`_!!!).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name='django-versatileimagefield',
packages=find_packages(),
version='1.6.1',
version='1.6.2',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/respondcreate/django-versatileimagefield/',
Expand Down

0 comments on commit 218a9b5

Please sign in to comment.