Skip to content

Commit

Permalink
Bump version to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Feb 15, 2023
1 parent ebab5ec commit 2aa9eb5
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.5 released 2023-02-15

* Update type hints to pass under mypy 1.0.

Version 1.6.4 released 2022-11-04

* Remove unused `setuptools_scm` build requirement.
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.4"
__version__ = "1.6.5"


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

0 comments on commit 2aa9eb5

Please sign in to comment.