Bump version to v1.9.0b6

This commit is contained in:
Otto Winter 2018-11-13 19:10:19 +01:00
parent 48e514c570
commit 20c1239711
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
4 changed files with 13 additions and 4 deletions

View File

@ -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

View File

@ -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)

View File

@ -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.

View File

@ -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