From f5063d6c2ce8ff78d7667c58fc7efd30eece1e8e Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 23 Jun 2021 19:39:39 +1200 Subject: [PATCH 1/3] Bump version to v1.19.3 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 54f62553d..eb1caef4c 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.19.2 +PROJECT_NUMBER = 1.19.3 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Makefile b/Makefile index d776c23ac..1bc775987 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = v1.19.2 +ESPHOME_REF = v1.19.3 .PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png diff --git a/_static/version b/_static/version index ac25b2cc7..74ac6bd38 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.19.2 \ No newline at end of file +1.19.3 \ No newline at end of file diff --git a/conf.py b/conf.py index 31bf1be12..adda93946 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "1.19" # The full version, including alpha/beta/rc tags. -release = "1.19.2" +release = "1.19.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 741da8ef44e885d62b7afd967e16d3ad623b386a Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 23 Jun 2021 19:40:31 +1200 Subject: [PATCH 2/3] Update changelog for 1.19.3 --- changelog/v1.19.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/v1.19.0.rst b/changelog/v1.19.0.rst index 729cda2d3..b209e64d9 100644 --- a/changelog/v1.19.0.rst +++ b/changelog/v1.19.0.rst @@ -85,6 +85,11 @@ Release 1.19.2 - June 21 - Allow wifi setup to proceed when there is no sta or ap :esphomepr:`1931` by :ghuser:`jesserockz` - Fix bad climate control enum :esphomepr:`1942` by :ghuser:`jesserockz` +Release 1.19.3 - June 23 +------------------------ + +- Bump esphome-dashboard to 20210622.0 :esphomepr:`1955` by :ghuser:`jesserockz` + Full list of changes -------------------- From 3bd1c31f83e7bc44e4f8ade97044ac8117008094 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 23 Jun 2021 19:40:49 +1200 Subject: [PATCH 3/3] Update supporters for 1.19.3 --- guides/supporters.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/supporters.rst b/guides/supporters.rst index 14ad9ed63..4a5c4678f 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -251,6 +251,7 @@ Contributors - `Jason Hines (@jasonehines) `__ - `JbLb (@jblb) `__ - `James Callaghan (@jcallaghan) `__ +- `Josh Willox (@jcwillox) `__ - `Joshua Dadswell (@jdads1) `__ - `jeff-h (@jeff-h) `__ - `Jeff Rescignano (@JeffResc) `__ @@ -591,4 +592,4 @@ Contributors - `San (@zhujunsan) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated June 21, 2021.* +*This page was last updated June 23, 2021.*