v0.11.0
0.11.0 - 2024-07-17
Added
Event
attributes:cancelled
,created_time
,end_time
,invite_time
,type
,
propertyurl
.
Changed
- Public API is defined using
__all__
instead of import aliasing, which improves e.g.
documentation handling in IDEs. - Consistent pattern for all classes' string representation, including full
uid
- Simplified and improved docstrings
- Dependencies: remove upper bounds for simplicity; drop redundant python-dateutil
- Dev dependencies: drop redundant types-python-dateutil
Fixed
- Tests didn't import from the top-level namespace, i.e. didn't use public API.
Full Changelog: v0.10.1...v0.11.0