We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51666b commit b9d6381Copy full SHA for b9d6381
CHANGES.md
@@ -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
5
Version 1.5.0 released 2021-10-20
6
7
* Switch CI from Travis to Github Actions
canonicaljson.py
@@ -24,7 +24,7 @@
24
except ImportError:
25
frozendict_type = None # pragma: no cover
26
27
-__version__ = "1.5.0"
+__version__ = "1.6.0"
28
29
30
def _default(obj): # pragma: no cover
0 commit comments