Skip to content

Commit

Permalink
Released 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed Oct 20, 2015
1 parent 46115f9 commit 7a59b7d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog
=========

0.2.0 - 2015-10-20
------------------

* Added domain support to allow serving of thumbnails from a different domain
* Fixed handling of staticfiles when using CachedStaticFilesStorage
* Bugfix for path quoting
* Added Django 1.8 support

0.1.0 - 2015-03-24
------------------

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -17,8 +17,8 @@
master_doc = 'index'
project = 'django-ultimatethumb'
copyright = '2015, Moccu GmbH & Co. KG'
version = '0.1.0'
release = '0.1.0'
version = '0.2.0'
release = '0.2.0'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
html_theme = 'default'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@ def read(*parts):
name='django-ultimatethumb',
description='Generate thumbnails of anything.',
long_description=read('README.rst'),
version='0.1.0',
version='0.2.0',
license='BSD',
author='Moccu GmbH & Co. KG',
author_email='info@moccu.com',
Expand Down

0 comments on commit 7a59b7d

Please sign in to comment.