Bump version to v1.14.0b4

This commit is contained in:
Otto Winter 2019-10-24 22:07:08 +02:00
parent e3d089a08e
commit 618ebf32e0
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
5 changed files with 19 additions and 12 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.14.0b3
PROJECT_NUMBER = 1.14.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.14.0b3
ESPHOME_REF = v1.14.0b4
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.14.0b3
1.14.0b4

View File

@ -230,6 +230,7 @@ All changes
- docs: Authorization by username and password :docspr:`296` by :ghuser:`Anonym-tsk` (cherry-picked)
- docs: AS3935 Lightning sensor :docspr:`294` by :ghuser:`TheEggi` (cherry-picked)
- docs: Cookbook ape :docspr:`334` by :ghuser:`glmnet`
- esphome: Add lint check for integer constants :esphomepr:`775`
- docs: fix indent on sample :docspr:`369` by :ghuser:`glmnet` (cherry-picked)
- esphome: Add script.wait action :esphomepr:`778` (cherry-picked)
- docs: update esp32camera documentation - note about PWM :docspr:`348` by :ghuser:`h0--`
@ -237,18 +238,24 @@ All changes
- esphome: Add GPIO Switch interlock wait time :esphomepr:`777` (cherry-picked)
- esphome: Add PZEM004T/PZEMAC/PZEMDC Support :esphomepr:`587` (cherry-picked)
- esphome: Update AsyncMQTTClient/ESPAsyncWebServer :esphomepr:`779` (cherry-picked)
- esphome: Implementation of LCD Clear :esphomepr:`781` by :ghuser:`amishv`
- esphome: Implementation of LCD Clear :esphomepr:`781` by :ghuser:`amishv` (cherry-picked)
- docs: fixed typo :docspr:`370` by :ghuser:`amishv`
- esphome: Add sensor force_update option :esphomepr:`783`
- docs: Add sensor force_update option :docspr:`371`
- esphome: Add sensor force_update option :esphomepr:`783` (cherry-picked)
- docs: Add sensor force_update option :docspr:`371` (cherry-picked)
- docs: Spelling and grammar fixes :docspr:`372` by :ghuser:`scop`
- docs: Add missing actual install step in getting started with Hass.io :docspr:`373` by :ghuser:`scop`
- esphome: Update docker base image to 2.0.1 :esphomepr:`785`
- esphome: Fix ledc can't find bit_depth :esphomepr:`786`
- esphome: web_server_base AUTO_LOAD includes ASYNC_TCP :esphomepr:`788` by :ghuser:`Schnilz`
- esphome: Add Python 2 deprecation notice :esphomepr:`784`
- esphome: Update docker base image to 2.0.1 :esphomepr:`785` (cherry-picked)
- esphome: Fix ledc can't find bit_depth :esphomepr:`786` (cherry-picked)
- esphome: web_server_base AUTO_LOAD includes ASYNC_TCP :esphomepr:`788` by :ghuser:`Schnilz` (cherry-picked)
- esphome: Add Python 2 deprecation notice :esphomepr:`784` (cherry-picked)
- docs: Update time.rst to add GPS as source :docspr:`375` by :ghuser:`mbo18`
- esphome: Fix modbus CRC calculation :esphomepr:`789`
- esphome: Fix modbus CRC calculation :esphomepr:`789` (cherry-picked)
- esphome: Add additional custom lint checks :esphomepr:`790`
- esphome: Implement more dump_configs :esphomepr:`791`
- esphome: Add missing include - fixes missing GPIOPin definition :esphomepr:`794` by :ghuser:`cjd`
- esphome: Fix MQTT not showing logs with Python 3 :esphomepr:`797`
- esphome: Fix scheduler first execution :esphomepr:`798`
- esphome: Make file generation saving atomic :esphomepr:`792`
Past Changelogs
---------------

View File

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