Skip to content

Commit

Permalink
Bumping to 0.4 in preparation for release to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
respondcreate committed Jan 16, 2015
1 parent 2650c1c commit e99b1f5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ Table of Contents
Release Notes
=============

0.4
^^^
- Dropped support for Django 1.5.x
- Introducing per-field :ref:`placeholder image <defining-placeholder-images>` image support! (Note: global placeholder support has been deprecated.)
- Added the ``VERSATILEIMAGEFIELD_USE_PLACEHOLDIT`` setting (:ref:`docs <placehold-it>`)

0.3.1
^^^^^
- Squashed a pip installation bug.

0.3
^^^
- Added a test suite with `Travis CI <https://travis-ci.org/WGBH/django-versatileimagefield>`_ and `coveralls <https://coveralls.io/r/WGBH/django-versatileimagefield>`_ integration.
Expand Down
2 changes: 2 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ A dictionary that allows you to fine-tune how ``django-versatileimagefield`` wor
'create_images_on_demand': True
}
.. _placehold-it:

``VERSATILEIMAGEFIELD_USE_PLACEHOLDIT``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name='django-versatileimagefield',
packages=find_packages(),
version='0.3.1',
version='0.4',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/WGBH/django-versatileimagefield/',
Expand Down

0 comments on commit e99b1f5

Please sign in to comment.