Selaa lähdekoodia

Version 0.5.18, released on 19 January 2021

Bug fixes:

- OpenLEADR now correctly communicates all active and upcoming events in the correct order on every eiRequestEvent or, if a new event was added, on the next oadrPoll action from the client.

Improvements:

- Some more value checking in the reporting mechanism
- Various restructurings of the code surrounding report registration and delivery

Signed-off-by: Stan Janssen <stan.janssen@elaad.nl>
Stan Janssen 3 vuotta sitten
vanhempi
commit
bfc531f734
3 muutettua tiedostoa jossa 17 lisäystä ja 2 poistoa
  1. 1 1
      VERSION
  2. 15 0
      docs/roadmap.rst
  3. 1 1
      setup.py

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.5.17
+0.5.18

+ 15 - 0
docs/roadmap.rst

@@ -16,10 +16,25 @@ Version Main features                      Target timeframe
 1.0.0   Certification by OpenADR Alliance  T.B.A.
 ======= ================================== ====================
 
+.. _changelog:
 
 Changelog
 ---------
 
+openleadr 0.5.18
+~~~~~~~~~~~~~~~~
+
+Released: 22 January 2021
+
+Bug fixes:
+
+- OpenLEADR now correctly communicates all active and upcoming events in the correct order on every eiRequestEvent or, if a new event was added, on the next oadrPoll action from the client.
+
+Improvements:
+
+- Some more value checking in the reporting mechanism
+- Various restructurings of the code surrounding report registration and delivery
+
 openleadr 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.17',
+      version='0.5.18',
       description='Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)',
       long_description=long_description,
       long_description_content_type='text/markdown',