Quellcode durchsuchen

Version 0.5.17, released on 5 January 2021

Bug fixes:

- reportRequestID is now correctly set to 0 in the oadrRegisterReport message
- The Content-Type header is now correctly set on all VEN requests, and the VTN will check for it.
- x-LoadrControlPercentOffset contained a typo
- The oadrRegisterReport reportDescription would contain an invalid default MarketContext, which is now fixed
Stan Janssen vor 3 Jahren
Ursprung
Commit
6e9765ca63
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      VERSION
  2. 1 1
      setup.py

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.5.16
+0.5.17

+ 1 - 1
setup.py

@@ -20,7 +20,7 @@ with open('README.md', 'r') as fh:
     long_description = fh.read()
 
 setup(name='openleadr',
-      version='0.5.16',
+      version='0.5.17',
       description='Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)',
       long_description=long_description,
       long_description_content_type='text/markdown',