Skip to content

Commit

Permalink
Release version 0.5.34
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-janssen committed Feb 12, 2024
1 parent 61a6291 commit fd483bc
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.33
0.5.34
28 changes: 28 additions & 0 deletions docs/roadmap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,34 @@ Version Main features
Changelog
---------

openleadr 0.5.34
~~~~~~~~~~~~~~~~

Released: 12 february 2024

This version fixes behaviour that when a VEN responds to a completed Event, the VTN service would return a 452 "Unknown ID" error.

openleadr 0.5.33
~~~~~~~~~~~~~~~~

Released: 13 november 2023

This version updates the version of SignXML, and adds as small option to display the domain names your VTN certificate is valid for on startup.

openleadr 0.5.32
~~~~~~~~~~~~~~~~

Released: 6 november 2023

This version makes verification of message signatures optional.

openleadr 0.5.31
~~~~~~~~~~~~~~~~

Released: 3 november 2023

This version implements message delivery callbacks

openleadr 0.5.30
~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description = file.read()

setup(name='openleadr',
version='0.5.33',
version='0.5.34',
description='Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit fd483bc

Please sign in to comment.