Skip to content

Commit

Permalink
Bump version for 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Oct 27, 2017
1 parent 2ada252 commit 2670936
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release History
===============

0.8.0 (released 2017-10-27)
---------------------------

* Added support for Django 1.11


0.7.0 (released 2017-10-26)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion file_picker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
from file_picker.sites import site, FilePickerSite # noqa
from file_picker import widgets # noqa

VERSION = (0, 7, 0,)
VERSION = (0, 8, 0,)
__version__ = '.'.join(map(str, VERSION))
default_app_config = 'file_picker.apps.FilePickerConfig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-file-picker',
version='0.7.0',
version='0.8.0',
author='Caktus Consulting Group',
author_email='[email protected]',
packages=find_packages(exclude=['sample_project']),
Expand Down

0 comments on commit 2670936

Please sign in to comment.