Skip to content

Commit

Permalink
Bumping to 1.2.1 in preparation for PyPI release
Browse files Browse the repository at this point in the history
Includes:
* Adding release notes to docs
  • Loading branch information
respondcreate committed Dec 21, 2015
1 parent 40d9de9 commit 4a7cf11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ Table of Contents
Release Notes
=============

1.2.1
^^^^^
- Fixed a bug that caused ``collectstatic`` to fail when using placeholder images with external storage, like Amazon S3 (thanks, `@jelko <https://github.com/jelko>`_!).
- ``VersatileImageField`` now returns its placeholder URL if ``.url`` is accessed directly (previously only placeholder images were returned if a sizer or filter was accessed). Thanks (again), `@jelko <https://github.com/jelko>`_!

1.2
^^^
- Fixed a bug that caused ``collectstatic`` to fail when using ``ManifestStaticFilesStorage`` (thanks, `@theskumar <https://github.com/theskumar>`_!).
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.2',
version='1.2.1',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/WGBH/django-versatileimagefield/',
Expand Down

0 comments on commit 4a7cf11

Please sign in to comment.