From 2c24772ac5497665deb428d2d1fbbf85f4ac734f Mon Sep 17 00:00:00 2001 From: David HERNANDEZ Date: Mon, 23 May 2022 15:20:55 +0200 Subject: [PATCH] Prepared new version --- CHANGELOG.md | 4 ++++ docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996bfeac..55d01940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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). +## [0.3.11] - 2022-05-23 +### Fix +- Fixed unittests not passing. + ## [0.3.10] - 2022-05-23 ### Improvement - Added data as attributes for forecasts (PV and load), deferrable loads and battery: power+SOC. diff --git a/docs/conf.py b/docs/conf.py index 6bbaf7f7..430eadf8 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.3.10' +release = '0.3.11' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 891385c4..5e3ac316 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.3.10', # Required + version='0.3.11', # 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)