Skip to content

v1.2.0

Choose a tag to compare

@jodal jodal released this 10 Aug 13:15
· 533 commits to main since this release
v1.2.0

This release improves the RCN region support:

  • Add RcnRegion.ESTONIA, RcnRegion.LATVIA, and RcnRegion.LITHUANIA. All follow the same rules as RcnRegion.BALTICS.
  • Deprecated RcnRegion.BALTICS. Even though Estonia, Latvia, and Lithuania share the same RCN rules, they're different RCN regions. This means that RCNs can be reused within the different countries in the Baltics. To encourage the correct modeling of this, RcnRegion.BALTICS will be removed in a future version of Biip, and all users are encouraged to be more specific and use one of the newly added regions instead.
  • Add RcnRegion.from_iso_3166_1_numeric_code() to make it easy to get the correct RcnRegion instance from an ISO 3166-1 country code, like 578 for Norway.

If you're using Biip, please add yourself to the new list of users!