Skip to content

v0.3.2 — Better Windows support

Compare
Choose a tag to compare
@jwodder jwodder released this 08 Jul 22:07
· 70 commits to master since this release
v0.3.2
  • Replace property-manager with functools.cached_property (Python 3.8+) / cached-property (pre-Python 3.8)
  • Open TOML files using UTF-8 (contributed by @domdfcoding)
  • Get tests to pass on Windows