Skip to content

Commit 20c1239

Browse files
committed
Bump version to v1.9.0b6
1 parent 48e514c commit 20c1239

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.9.0b5
41+
PROJECT_NUMBER = 1.9.0b6
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
88
SOURCEDIR = .
99
BUILDDIR = _build
1010
ESPHOMELIB_PATH = ../esphomelib
11-
ESPHOMELIB_TAG = v1.9.0b5
11+
ESPHOMELIB_TAG = v1.9.0b6
1212
CNAME = esphomelib.com
1313

1414
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
# The short X.Y version.
7575
version = '1.9'
7676
# The full version, including alpha/beta/rc tags.
77-
release = '1.9.0b5'
77+
release = '1.9.0b6'
7878

7979
# The language for content autogenerated by Sphinx. Refer to documentation
8080
# for a list of supported languages.

esphomeyaml/changelog/index.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ All changes
233233
- yaml: Add Stepper Motor Support :yamlpr:`206` (new-feature)
234234
- yaml: Add send_first_at option to sliding window sensor filter :yamlpr:`207` (new-feature)
235235
- docs: Switch example to Dehumidifier, minor grammar/puncuation :docspr:`67` by :ghuser:`rorpage`
236+
- docs: Tiny typo fix. :docspr:`73` by :ghuser:`corbanmailloux`
236237
- yaml: Auto-Decode stacktraces :yamlpr:`214` (new-feature)
238+
- docs: Fix a broken link to setting up a BLE tracker. :docspr:`72` by :ghuser:`corbanmailloux`
237239
- yaml: Add generate home assistant config command :yamlpr:`208` (new-feature)
238240
- yaml: Update Gitlab Build Script :yamlpr:`215`
239241
- lib: Fix status binary sensor always reporting false internally :libpr:`257`
@@ -258,7 +260,14 @@ All changes
258260
- lib: Add Total Daily Energy Sensor :libpr:`256` (new-feature)
259261
- yaml: Add total daily energy sensor :yamlpr:`220` (new-feature)
260262
- docs: Add total daily energy sensor :docspr:`79`
261-
263+
- lib: Introduce new setup phase: "dump config" to allow fully-offline operation :libpr:`267`
264+
- yaml: Let esphomeyaml know about class inheritance :yamlpr:`229`
265+
- docs: ESP32 deep sleep wake up multiple pins :docspr:`81`
266+
- yaml: Deep Sleep Wake Up From Multiple Pins :yamlpr:`230`
267+
- lib: Deep Sleep Multi Wakeup :libpr:`268`
268+
- lib: MY9231/MY9291 LED driver support :libpr:`266` by :ghuser:`puuu` (new-feature)
269+
- yaml: Add MY9231 support :yamlpr:`227` by :ghuser:`puuu` (new-feature)
270+
- docs: MY9231/MY9291 LED driver documentation :docspr:`80` by :ghuser:`puuu` (new-feature)
262271

263272

264273
Past Changelogs

0 commit comments

Comments
 (0)