Skip to content

Commit

Permalink
Updating docs/setup.py in preparation for 1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Oct 16, 2015
1 parent 380443d commit dcd61aa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ Table of Contents
Release Notes
=============

1.0.6
^^^^^
- Updated ``VersatileImageFieldSerializer`` to serve image URLs as absolute URIs (if its associated field's storage class isn't doing so already).

- Formerly: /media/headshots/jane_doe_headshot.jpg
- Now: http://localhost:8000/media/headshots/jane_doe_headshot.jpg

1.0.5
^^^^^
- Fixed image preview on form validation errors (thanks, `@securedirective <https://github.com/securedirective>`_!).
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.0.5',
version='1.0.6',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/WGBH/django-versatileimagefield/',
Expand Down

0 comments on commit dcd61aa

Please sign in to comment.