Bump version to v1.13.1

This commit is contained in:
Otto Winter 2019-05-30 22:32:23 +02:00
parent 86cf1dc364
commit 5c2f246121
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
5 changed files with 12 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 # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 1.13.0 PROJECT_NUMBER = 1.13.1
# Using the PROJECT_BRIEF tag one can provide an optional one line description # 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 # 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_PATH = ../esphome
ESPHOME_REF = v1.13.0 ESPHOME_REF = v1.13.1
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png .PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png

View File

@ -1 +1 @@
1.13.0 1.13.1

View File

@ -125,6 +125,14 @@ you what has changed.
- Because of some internal changes, some ID names are used internally and can no longer be used. - Because of some internal changes, some ID names are used internally and can no longer be used.
See validation errors. See validation errors.
Release 1.13.1 - May 30
-----------------------
- esphome: Fix validation TypeError :esphomepr:`574`
- esphome: Fix Sun Trigger :esphomepr:`572`
- esphome: Dashboard work around Hass.io bug :esphomepr:`575`
- esphome: Fix waveshare 7.5in model :esphomepr:`576`
All changes All changes
----------- -----------

View File

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