Skip to content

0.6.14

Latest
Compare
Choose a tag to compare
@ariebovenberg ariebovenberg released this 27 Nov 21:02
· 1 commit to main since this release

Fixed

  • Ensure docstrings and error messages are consistent in Rust extension as well as the pure-Python version
  • Remove ondocumented properties hour/minute/etc from Instant that were accidentally left in the Rust extension.
  • exact_eq() now also raises TypeError in the pure Python version when comparing different types.