0.14.0
github-actions
released this
26 Aug 08:49
·
43 commits
to refs/heads/master
since this release
Breaking changes
- Support for Python 3.7 is removed and this library requires Python >= 3.8.
- The deprecated
ConnectedDriveAccount
/ConnectedDriveVehicle
classes and all corresponding attributes are removed, useMyBMWAccount
/MyBMWVehicle
.
What’s Changed
- Fix README & readthedocs build (#562) @rikroe
- update the bmw cn version and nonce generate function (#561) @Yixi
- Ensure vehicle order in mocked API (#560) @rikroe
- Remove support for Python 3.7 (#557) @rikroe
- Remove deprecated ConnectedDriveAccount/Vehicle (#556) @rikroe
- Add support for Python 3.12 (#553) @cdce8p