Bump version to v1.13.0b4

This commit is contained in:
Otto Winter 2019-05-28 21:38:45 +02:00
parent bb6c1ce6a7
commit 96340c52e7
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
5 changed files with 13 additions and 4 deletions

View File

@ -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 = 1.13.0b3
PROJECT_NUMBER = 1.13.0b4
# 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

@ -1,5 +1,5 @@
ESPHOME_PATH = ../esphome
ESPHOME_REF = v1.13.0b3
ESPHOME_REF = v1.13.0b4
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.13.0b3
1.13.0b4

View File

@ -183,6 +183,15 @@ All changes
- esphome: Add TCL112 climate :esphomepr:`523` by :ghuser:`glmnet`
- docs: Add Coolix Tcl112 Climate :docspr:`247` by :ghuser:`glmnet`
- esphome: Add coolix climate ❄ 🔥 :esphomepr:`521` by :ghuser:`glmnet`
- esphome: added link from dashboard to web server, if configured :esphomepr:`556` by :ghuser:`gitolicious` (cherry-picked)
- esphome: Add NTC and resistance sensor :esphomepr:`560` (cherry-picked)
- esphome: Waveshare enter deep sleep mode on shutdown :esphomepr:`561`
- docs: extended mpr121 docs with debounce and thresholds config :docspr:`245` by :ghuser:`mvturnho`
- esphome: Mpr121 added debounce and thresholds config :esphomepr:`558` by :ghuser:`mvturnho`
- docs: Documentation for binary_sensor_map :docspr:`199` by :ghuser:`mvturnho`
- esphome: Binary sensor map implementation :esphomepr:`551` by :ghuser:`mvturnho`
- esphome: Fix CWWW/RGBWW lights :esphomepr:`562`
- esphome: added download, edit and retry buttons to upload modal :esphomepr:`557` by :ghuser:`gitolicious`
Past Changelogs
---------------

View File

@ -72,7 +72,7 @@ author = 'Otto Winter'
# The short X.Y version.
version = '1.13'
# The full version, including alpha/beta/rc tags.
release = '1.13.0b3'
release = '1.13.0b4'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.