Skip to content

v1.1.2

Compare
Choose a tag to compare
@DMRobertson DMRobertson released this 29 Mar 13:19
· 4 commits to main since this release

Signedjson 1.1.2 (2022-03-29)

Bugfixes

  • Do not require importlib_metadata on Python 3.8 and above. By @MeggyCal. (#9)

Internal Changes

  • Configure @matrix-org/synapse-core to be the code owner for the repository. (#11)
  • Use assertEqual for Python 3.11. By @hugovk. (#17)
  • Run linters (flake8, mypy, black, isort). (#20)
  • Mark the package as containing type hints. (#20)