Skip to content

Commit 77917e7

Browse files
committed
Version 1.3
1 parent 4032584 commit 77917e7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
v1.3.0
5+
------
6+
7+
- Propagate exception details to signal (#43)
8+
- Test against Django 2.1 and 2.2
9+
410
v1.2.0
511
------
612

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2013 James Socol
1+
Copyright 2019 James Socol
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

jsonview/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (1, 2, 0)
1+
VERSION = (1, 3, 0)
22
__version__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)