From 688b5713883f54ae44519c9ffc816671e74c12a9 Mon Sep 17 00:00:00 2001 From: Stan Janssen Date: Mon, 2 May 2022 22:07:36 +0200 Subject: [PATCH] Release version 0.5.26 This fixes a problem where the VTN would not parse a single pending report correctly. Reported in !116. --- VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index c98d62a..0ef0d69 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.5.25 +0.5.26 diff --git a/setup.py b/setup.py index ef5fab6..7b39df5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ long_description = fh.read() setup(name='openleadr', - version='0.5.25', + version='0.5.26', description='Python3 library for building OpenADR Clients (VENs) and Servers (VTNs)', long_description=long_description, long_description_content_type='text/markdown',