Skip to content

Commit

Permalink
1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Quah committed Nov 4, 2022
1 parent 079803b commit 93eb113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 1.6.4 released 2022-11-04

* Remove unused `setuptools_scm` build requirement.

Version 1.6.3 released 2022-09-23

* Properly package the `canonicaljson` module.
Expand Down
2 changes: 1 addition & 1 deletion src/canonicaljson/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
except ImportError:
frozendict_type = None # pragma: no cover

__version__ = "1.6.3"
__version__ = "1.6.4"


def _default(obj: object) -> object: # pragma: no cover
Expand Down

0 comments on commit 93eb113

Please sign in to comment.