File tree Expand file tree Collapse file tree 5 files changed +7
-4
lines changed
Expand file tree Collapse file tree 5 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838# could be handy for archiving the generated documentation or if some version
3939# control system is used.
4040
41- PROJECT_NUMBER = 1.12.0b1
41+ PROJECT_NUMBER = 1.12.0b2
4242
4343# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 11ESPHOME_CORE_PATH = ../esphome-core
2- ESPHOME_CORE_TAG = v1.12.0b1
2+ ESPHOME_CORE_TAG = v1.12.0b2
33
44.PHONY : html cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
55
Original file line number Diff line number Diff line change 1- 1.12.0b1
1+ 1.12.0b2
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ All changes
115115- docs: Cookbook Guide for Brilliant / Mirabella Genio Smart Plugs :docspr: `195 ` by :ghuser: `cryptelli `
116116- esphome: Add ESP32 Camera :esphomepr: `475 `
117117- docs: Add native API User-Defined services :docspr: `171 `
118+ - docs: BME280 environment micrograms -> grams :docspr: `198 ` by :ghuser: `hajdbo `
119+ - esphome: Changes for 1.12 :esphomepr: `482 `
120+ - core: Fixes for 1.12 :corepr: `551 `
118121
119122Past Changelogs
120123---------------
Original file line number Diff line number Diff line change 7373# The short X.Y version.
7474version = '1.12'
7575# The full version, including alpha/beta/rc tags.
76- release = '1.12.0b1 '
76+ release = '1.12.0b2 '
7777
7878# The language for content autogenerated by Sphinx. Refer to documentation
7979# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments