Skip to content

Commit

Permalink
Bumping to 1.1 in preparation for PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Nov 17, 2015
1 parent 40b2725 commit 2539183
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 @@ -42,6 +42,7 @@ Compatibility

- `Django <https://www.djangoproject.com/>`_:

- 1.5.x (NOTE: Django REST Framework 3.3.x is not compatible with Django 1.5.x)
- 1.6.x
- 1.7.x
- 1.8.x
Expand All @@ -55,6 +56,7 @@ Compatibility
- 3.0.x
- 3.1.x
- 3.2.x
- 3.3.x (NOTE: Django 1.5.x is not compatible with Django REST Framework 3.3.x)

Code
====
Expand All @@ -80,6 +82,11 @@ Table of Contents
Release Notes
=============

1.1
^^^
- Re-added support for Django 1.5.x (by request, support for Django 1.5.x was previously dropped in the 0.4 release). If you're using ``django-versatileimagefield`` on a Django 1.5.x project please be sure to read :ref:`this bit of documentation <django-15-admin-note>`.
- Added support for Django REST Framework 3.3.x.

1.0.6
^^^^^
- Updated ``VersatileImageFieldSerializer`` to serve image URLs as absolute URIs (if its associated field's storage class isn't doing so already).
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.6',
version='1.1',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/WGBH/django-versatileimagefield/',
Expand Down

0 comments on commit 2539183

Please sign in to comment.