Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocol committed Aug 29, 2017
1 parent bac72a5 commit c1411c4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

v1.1.0
------

- Add `JSON_DEFAULT_CONTENT_TYPE` setting
- Update compatibility/test for Django 1.8, 1.10, 1.11.
- Fix issue #36 mutating settings.


v1.0.0
------

Expand Down
2 changes: 1 addition & 1 deletion jsonview/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (1, 0, 0)
VERSION = (1, 1, 0)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit c1411c4

Please sign in to comment.