Skip to content

v1.4.0

Choose a tag to compare

@jodal jodal released this 28 Jan 09:57
· 17 commits to main since this release
e290ba3

Breaking changes

  • EnhetQuery.registert_i_foretaksregisteret has been renamed to registrert_i_foretaksregisteret due to a typo in the name. (#126)
  • EnhetQuery.under_tvangsavvikling_eller_trangsopplosning has been renamed to under_tvangsavvikling_eller_tvangsopplosning due to a typo in the name. (#126)
  • Python 3.9 support has been dropped as it has reached end-of-life. (#127)

Changes

  • Organisasjonsnummer validation now accept ints in addition to strings. (#126)
  • Python 3.14 is now part of our test matrix. (#127)
  • We're now typechecking with ty in addition to mypy and basedpyright.

New Contributors

Full Changelog: v1.3.0...v1.4.0