mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Bump version to v1.13.5
This commit is contained in:
parent
f9124501cd
commit
bd268dbab3
2
Doxygen
2
Doxygen
@ -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
|
||||
|
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
1.13.4
|
||||
1.13.5
|
@ -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
|
||||
-----------
|
||||
|
||||
|
2
conf.py
2
conf.py
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user