From 9937f2876dbb8bde9f3c4beedccbee95b40ebd03 Mon Sep 17 00:00:00 2001 From: David HERNANDEZ Date: Thu, 5 May 2022 11:10:52 +0200 Subject: [PATCH] Prepared new release --- CHANGELOG.md | 4 +++- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7baa04b..98a95b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.2.14] - 2022-05-05 ### Improvement - Added more info on publish data errors when not key found. This error may mean that the optimization task may need to be relaunched or it did not converged to a solution. - Added better info to the configuration documentation when integrating PV module and inverter models from PVLib database. An underscore _ character should be added inplace of each special character. +### Fix +- Fixed missing timeStep product for correct deferrable load total energies. ## [0.2.13] - 2022-05-01 ### Improvement diff --git a/docs/conf.py b/docs/conf.py index cf73d53c..714d51fc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'David HERNANDEZ' # The full version, including alpha/beta/rc tags -release = '0.2.13' +release = '0.2.14' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 8f26ba21..f8023455 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.2.13', # Required + version='0.2.14', # Required description='An Energy Management System for Home Assistant', # Optional long_description=long_description, # Optional long_description_content_type='text/markdown', # Optional (see note above)