diff --git a/Doxygen b/Doxygen index de56e5463..bbf9dfe9f 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 = 2022.9.0 +PROJECT_NUMBER = 2022.9.1 # 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 3c91f37b0..50dcebfac 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.9.0 +ESPHOME_REF = 2022.9.1 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index a4ba2e2ed..01722cbe7 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.9.0 \ No newline at end of file +2022.9.1 \ No newline at end of file diff --git a/changelog/2022.9.0.rst b/changelog/2022.9.0.rst index c9ac57d8a..9c1b18678 100644 --- a/changelog/2022.9.0.rst +++ b/changelog/2022.9.0.rst @@ -36,6 +36,10 @@ A new Factory Reset switch and button has been added this release, allowing rese as counters, restored values, and more importantly, the wifi credentials of a device that has been set up using the captive portal such as pre-flashed devices you would have purchased. +Release 2022.9.1 - September 22 +------------------------------- + +- Revert "fix spi timing issues" :esphomepr:`3838` by :ghuser:`jesserockz` Full list of changes -------------------- diff --git a/conf.py b/conf.py index 50c6c854e..39aa3310d 100644 --- a/conf.py +++ b/conf.py @@ -68,7 +68,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.9" # The full version, including alpha/beta/rc tags. -release = "2022.9.0" +release = "2022.9.1" # 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 621da5100..66c365710 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -375,7 +375,6 @@ Contributors - `hreintke (@hreintke) `__ - `Jan Hubík (@hubikj) `__ - `Huub Eikens (@huubeikens) `__ -- `Petr Urbánek (@HyperReap) `__ - `Arjan Filius (@iafilius) `__ - `Adrián Panella (@ianchi) `__ - `Ian Leeder (@ianleeder) `__ @@ -560,6 +559,7 @@ Contributors - `Matteo Franceschini (@matteofranceschini) `__ - `Matthew Mazzanti (@matthewmazzanti) `__ - `matthias882 (@matthias882) `__ +- `Matus Ivanecky (@maty535) `__ - `Maurice Schleußinger (@maurice-schleussinger) `__ - `Maximilian Gerhardt (@maxgerhardt) `__ - `mbo18 (@mbo18) `__ @@ -674,9 +674,7 @@ Contributors - `Peter Valkov (@peter-valkov) `__ - `Peter Foreman (@peterforeman) `__ - `Peter Galantha (@peterg79) `__ -- `Peter Remøy Paulsen (@petrepa) `__ - `Philippe FOUQUET (@Philippe12) `__ -- `Philip Rosenberg-Watt (@PhilRW) `__ - `pieterbrink123 (@pieterbrink123) `__ - `Tommy van der Vorst (@pixelspark) `__ - `Peter Kuehne (@pkuehne) `__ @@ -688,7 +686,6 @@ Contributors - `Iván Povedano (@pove) `__ - `probonopd (@probonopd) `__ - `Mike Lynch (@Prow7) `__ -- `Peter Stuifzand (@pstuifzand) `__ - `Peter Tatrai (@ptatrai) `__ - `Patrick Toal (@ptoal) `__ - `Leandro Puerari (@puerari) `__ @@ -702,7 +699,6 @@ Contributors - `Johannes Rebling (@r0oland) `__ - `Richard Kuhnt (@r15ch13) `__ - `Richard Miles (@r89m) `__ -- `Pär Stålberg (@rabbadab) `__ - `Aaron Zhang (@rabbit-aaron) `__ - `RadekHvizdos (@RadekHvizdos) `__ - `Florian Ragwitz (@rafl) `__ @@ -899,4 +895,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated September 21, 2022.* +*This page was last updated September 22, 2022.*