Skip to content

Commit

Permalink
Fixed release. Totally missed a merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephrdev committed May 4, 2016
1 parent 82e1014 commit 724a5f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.4.0 - 2016-05-04
0.4.1 - 2016-05-04
------------------

* Added support for Django 1.9
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
master_doc = 'index'
project = 'django-ultimatethumb'
copyright = '2016, Moccu GmbH & Co. KG'
version = '0.4.0'
release = '0.4.0'
version = '0.4.1'
release = '0.4.1'
exclude_patterns = ['_build']
pygments_style = 'sphinx'
html_theme = 'default'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from setuptools import find_packages, setup


version = '0.4.0'
version = '0.4.1'


if sys.argv[-1] == 'publish':
Expand Down

0 comments on commit 724a5f1

Please sign in to comment.