Skip to content

Commit

Permalink
Bumping to 1.2.2 in preparation for release to PyPI
Browse files Browse the repository at this point in the history
Closes #32
  • Loading branch information
respondcreate committed Dec 23, 2015
1 parent 6973255 commit eca3187
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 @@ -85,6 +85,10 @@ Table of Contents
Release Notes
=============

1.2.2
^^^^^
- Fixed a critical bug that broke initial project setup (i.e. when ``django.setup()`` is run) when an `app config <https://docs.djangoproject.com/en/1.9/ref/applications/>`_ path was included in ``INSTALLED_APPS`` (as opposed to a 'vanilla' python module).

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>`_!).
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.1',
version='1.2.2',
author=u'Jonathan Ellenberger',
author_email='jonathan_ellenberger@wgbh.org',
url='http://github.com/WGBH/django-versatileimagefield/',
Expand Down

0 comments on commit eca3187

Please sign in to comment.