Bump version to v1.13.5

This commit is contained in:
Otto Winter 2019-06-08 16:50:48 +02:00
parent f9124501cd
commit bd268dbab3
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
5 changed files with 23 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.4
PROJECT_NUMBER = 1.13.5
# 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.4
ESPHOME_REF = v1.13.5
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.13.4
1.13.5

View File

@ -170,6 +170,25 @@ Release 1.13.4 - June 3
- esphome: Fix ADS1115 calculation :esphomepr:`606`
- esphome: ESP8266 connect fixes :esphomepr:`605`
Release 1.13.5 - June 8
-----------------------
- esphome: Move ESPHome version define :esphomepr:`607`
- esphome: Fix ForCondition time duration check :esphomepr:`610` by :ghuser:`ptatrai`
- docs: Add timezone mapping to Docker compose. :docspr:`266` by :ghuser:`jeff-h`
- esphome: DHT22 ignore invalid values :esphomepr:`614`
- esphome: Template Cover don't auto-set current_operation :esphomepr:`612`
- esphome: Fix Hass.io addon SSL :esphomepr:`613`
- esphome: Fix remote_receiver always shows sony :esphomepr:`617`
- esphome: Make ForCondition a component :esphomepr:`616`
- esphome: Update docker base image to 1.8.0 :esphomepr:`618`
- esphome: Fix integration sensor, add test :esphomepr:`619`
- esphome: Fix sun default elevation :esphomepr:`620`
- esphome: Update base image to 1.8.3 :esphomepr:`625`
- esphome: Fix status binary sensor for MQTT :esphomepr:`628`
- esphome: Work around ESP32 BLE issue :esphomepr:`626`
- esphome: Work around ESP32 core WiFi Bug :esphomepr:`627`
All changes
-----------

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.4'
release = '1.13.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.