Skip to content

Commit

Permalink
Version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocol committed Oct 26, 2019
1 parent 4032584 commit 77917e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

v1.3.0
------

- Propagate exception details to signal (#43)
- Test against Django 2.1 and 2.2

v1.2.0
------

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2013 James Socol
Copyright 2019 James Socol

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
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, 2, 0)
VERSION = (1, 3, 0)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit 77917e7

Please sign in to comment.