From 20c123971103e40de09e7cf5b04bc5150d76caa5 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 13 Nov 2018 19:10:19 +0100 Subject: [PATCH] Bump version to v1.9.0b6 --- Doxygen | 2 +- Makefile | 2 +- conf.py | 2 +- esphomeyaml/changelog/index.rst | 11 ++++++++++- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 7983bc147..1d5f7a12a 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.9.0b5 +PROJECT_NUMBER = 1.9.0b6 # 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 a36cf6c27..86a01d909 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib SOURCEDIR = . BUILDDIR = _build ESPHOMELIB_PATH = ../esphomelib -ESPHOMELIB_TAG = v1.9.0b5 +ESPHOMELIB_TAG = v1.9.0b6 CNAME = esphomelib.com .PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH) diff --git a/conf.py b/conf.py index bd076bb27..dbc3155ec 100644 --- a/conf.py +++ b/conf.py @@ -74,7 +74,7 @@ author = 'Otto Winter' # The short X.Y version. version = '1.9' # The full version, including alpha/beta/rc tags. -release = '1.9.0b5' +release = '1.9.0b6' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/esphomeyaml/changelog/index.rst b/esphomeyaml/changelog/index.rst index f26374434..4572387d7 100644 --- a/esphomeyaml/changelog/index.rst +++ b/esphomeyaml/changelog/index.rst @@ -233,7 +233,9 @@ All changes - yaml: Add Stepper Motor Support :yamlpr:`206` (new-feature) - yaml: Add send_first_at option to sliding window sensor filter :yamlpr:`207` (new-feature) - docs: Switch example to Dehumidifier, minor grammar/puncuation :docspr:`67` by :ghuser:`rorpage` +- docs: Tiny typo fix. :docspr:`73` by :ghuser:`corbanmailloux` - yaml: Auto-Decode stacktraces :yamlpr:`214` (new-feature) +- docs: Fix a broken link to setting up a BLE tracker. :docspr:`72` by :ghuser:`corbanmailloux` - yaml: Add generate home assistant config command :yamlpr:`208` (new-feature) - yaml: Update Gitlab Build Script :yamlpr:`215` - lib: Fix status binary sensor always reporting false internally :libpr:`257` @@ -258,7 +260,14 @@ All changes - lib: Add Total Daily Energy Sensor :libpr:`256` (new-feature) - yaml: Add total daily energy sensor :yamlpr:`220` (new-feature) - docs: Add total daily energy sensor :docspr:`79` - +- lib: Introduce new setup phase: "dump config" to allow fully-offline operation :libpr:`267` +- yaml: Let esphomeyaml know about class inheritance :yamlpr:`229` +- docs: ESP32 deep sleep wake up multiple pins :docspr:`81` +- yaml: Deep Sleep Wake Up From Multiple Pins :yamlpr:`230` +- lib: Deep Sleep Multi Wakeup :libpr:`268` +- lib: MY9231/MY9291 LED driver support :libpr:`266` by :ghuser:`puuu` (new-feature) +- yaml: Add MY9231 support :yamlpr:`227` by :ghuser:`puuu` (new-feature) +- docs: MY9231/MY9291 LED driver documentation :docspr:`80` by :ghuser:`puuu` (new-feature) Past Changelogs