Skip to content

Commit

Permalink
Bumping to 0.6.1 in preparation for PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Apr 6, 2015
1 parent 25b5796 commit ac5518b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ Table of Contents
Release Notes
=============

0.6.1
^^^^^
- Squashed a bug that was throwing an ``AttributeError`` when uploading new images.

0.6
^^^
- Squashed a bug that raised a ``ValueError`` in the admin when editing a model instance with a ``VersatileImageField`` that specified ``ppoi_field``, ``width_field`` and ``height_field``.
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='0.6',
version='0.6.1',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/WGBH/django-versatileimagefield/',
Expand Down

0 comments on commit ac5518b

Please sign in to comment.