Skip to content

v0.3.2

Compare
Choose a tag to compare
@tomwojcik tomwojcik released this 22 Apr 19:45
· 73 commits to master since this release
  • ContextDoesNotExistError is raised when context object can't be accessed. Previously it was RuntimeError.
    For backwards compatibility, it inherits from RuntimeError so it shouldn't result in any regressions.
  • Added py.typed file so your mypy should never complain