From 4b2d91046f4af3c5b795aee9f699d1e70cb4d3d4 Mon Sep 17 00:00:00 2001 From: davidusb-geek Date: Sun, 17 Dec 2023 12:08:02 +0100 Subject: [PATCH] Feat - Prepared version 0.6.0 --- Dockerfile | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index af4d5752..4e222466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-slim-buster +FROM python:3.9-slim-buster # switch working directory WORKDIR /app diff --git a/docs/conf.py b/docs/conf.py index 3cca24ea..98626fa7 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.5.1' +release = '0.6.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d827b9b6..c59ccf8b 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='emhass', # Required - version='0.5.1', # Required + version='0.6.0', # 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)