Skip to content

Commit b9d6381

Browse files
author
David Robertson
committed
Release 1.6.0
1 parent e51666b commit b9d6381

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.6.0 released 2022-03-04
2+
3+
* `frozendict` is now an optional dependency; it is no longer required.
4+
15
Version 1.5.0 released 2021-10-20
26

37
* Switch CI from Travis to Github Actions

canonicaljson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
frozendict_type = None # pragma: no cover
2626

27-
__version__ = "1.5.0"
27+
__version__ = "1.6.0"
2828

2929

3030
def _default(obj): # pragma: no cover

0 commit comments

Comments
 (0)