diff --git a/Doxygen b/Doxygen index b8f57268c..caf841acc 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.20.2 +PROJECT_NUMBER = 1.20.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 5eb440186..4f34ef518 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = v1.20.2 +ESPHOME_REF = v1.20.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 341e509f1..3cb1511de 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.20.2 \ No newline at end of file +1.20.3 \ No newline at end of file diff --git a/changelog/v1.20.0.rst b/changelog/v1.20.0.rst index b0ba890a7..dd665654f 100644 --- a/changelog/v1.20.0.rst +++ b/changelog/v1.20.0.rst @@ -87,6 +87,11 @@ Release 1.20.2 - July 29 - HLW8012 - Dump energy sensor config :esphomepr:`2082` by :ghuser:`jesserockz` - Use sensor_schema for total_daily_energy :esphomepr:`2090` by :ghuser:`jesserockz` +Release 1.20.3 - July 30 +------------------------ + +- Set pulse meter total to use state class measurement and last reset type auto :esphomepr:`2097` by :ghuser:`jesserockz` + Full list of changes -------------------- diff --git a/conf.py b/conf.py index 1c151435e..149f200b8 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "Otto Winter" # The short X.Y version. version = "1.20" # The full version, including alpha/beta/rc tags. -release = "1.20.2" +release = "1.20.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index 485eda11e..0fd9bc944 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -332,6 +332,7 @@ Contributors - `Kevin Pelzel (@kpelzel) `__ - `Karl Q. (@kquinsland) `__ - `krahabb (@krahabb) `__ +- `Kodey Converse (@krconv) `__ - `krikk (@krikk) `__ - `KristopherMackowiak (@KristopherMackowiak) `__ - `kroimon (@kroimon) `__ @@ -428,6 +429,7 @@ Contributors - `Nebula (@nebula-it) `__ - `needspeed (@needspeed) `__ - `nepozs (@nepozs) `__ +- `Mike Meessen (@netmikey) `__ - `nickrout (@nickrout) `__ - `Nick Whyte (@nickw444) `__ - `nicuh (@nicuh) `__ @@ -621,6 +623,7 @@ Contributors - `Alexey Vlasov (@turbulator) `__ - `Seppel Hardt (@tuxBurner) `__ - `Thorsten von Eicken (@tve) `__ +- `Tyler Menezes (@tylermenezes) `__ - `tyomikh (@tyomikh) `__ - `ukewea (@ukewea) `__ - `Vc (@Valcob) `__ @@ -659,4 +662,4 @@ Contributors - `San (@zhujunsan) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated July 29, 2021.* +*This page was last updated July 30, 2021.*