Skip to content

Commit ccb6533

Browse files
committed
Release version 0.5.25
This version contains many fixes that were suggested by community members. Thank you so much for taking the time to find these and for reporting them. Fixed: - Implemented Registration Cancellations - The VEN will now stop if the VTN did not accept the registration - The XML messages will now be logged more consistently if debugging is enabled - Fixed a deprecation warning from tzlocal (from apscheduler) - The VEN will now not re-send its report registrations after it was re-registered itself - VEN: Added duration to metadata reports - VEN: Removed eiReportID from metadata reports - VEN: Added dtStart to outgoing reports - VTN: Update the created_date_time anytime the Event's status changes
1 parent 5077500 commit ccb6533

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.24
1+
0.5.25

openleadr/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,6 @@ async def create_party_registration(self, http_pull_model=True, xml_signature=Fa
426426
logger.error("No venID received from the VTN during registration. "
427427
"Will assume that we are not or no longer registered.")
428428

429-
430429
if self.registration_id:
431430
self.poll_frequency = response_payload.get('requested_oadr_poll_freq',
432431
timedelta(seconds=10))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description = fh.read()
2121

2222
setup(name='openleadr',
23-
version='0.5.24',
23+
version='0.5.25',
2424
description='Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)',
2525
long_description=long_description,
2626
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)