**Changelog:** - Bugfix: datetime daylight saving time calculation - Remove deprecated model properties
**Breaking Changes:** - Value format changed from dict (key=datetime, value=float) to list of tuple (to allow duplicate datetime entries in case summer to winter time transition)
1.1.0
**Changelog:** - Adapt to NetzNÖ SmartmeterPortal API change introduced in April 2024 (make implementation energy community aware) - Adapt API models to NetzNÖ SmartmeterPortal API (see [src/netznoe_smartmeter_portal_api/models.py](https://github.com/schue30/NetzNoe-SmartmeterPortal-Api/blob/v1.1.0/src/netznoe_smartmeter_portal_api/models.py)) - Drop Python 3.7 and 3.8 support - Replace pendulum with Python native datetime - Add `get_metering_points` function - Add tests - Add Github Action CI
**Breaking Changes:** - Drop support for Python 3.7 and 3.8 - Replace Pendulum with Python native datetime (see [src/example_pendulum.py](https://github.com/schue30/NetzNoe-SmartmeterPortal-Api/blob/v1.1.0/src/example_pendulum.py) if you depend on Pendulum)
1.0.2
Changelog:
- Bump requests from 2.28.2 to 2.31.0 to fix https://github.com/advisories/GHSA-j8r2-6x86-q33q