Skip to content

Commit ab8b004

Browse files
committed
Version 0.5.22, Released on 25 February 2021
Bug fixes: - Restored fingerprint validation of VTN messages by the VEN Signed-off-by: Stan Janssen <[email protected]>
1 parent c08bed2 commit ab8b004

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.21
1+
0.5.22

docs/roadmap.rst

+23
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,29 @@ Version Main features
2121
Changelog
2222
---------
2323

24+
openleadr 0.5.22
25+
~~~~~~~~~~~~~~~~
26+
27+
Released: 25 February 2021
28+
29+
Bug fixes:
30+
- Restored fingerprint validation of VTN messages by the VEN
31+
32+
openleadr 0.5.21
33+
~~~~~~~~~~~~~~~~
34+
35+
Released: 24 February 2021
36+
37+
Bug fixes:
38+
- The fingerprint calculator used to be incorrect, which is now fixed
39+
- Added reply_to limit in the oadrRequestEvent template
40+
41+
New features:
42+
- Added support for oadrCreatedReport and on_created_report handlers
43+
44+
Changes:
45+
- More explicit response descriptions from the VTN when sending messages to the wrong endpoint
46+
2447
openleadr 0.5.20
2548
~~~~~~~~~~~~~~~~
2649

setup.py

+1-1
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.21',
23+
version='0.5.22',
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)