From 5c2f24612132d8523e3f81b5de74f24de504921c Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Thu, 30 May 2019 22:32:23 +0200 Subject: [PATCH] Bump version to v1.13.1 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- changelog/v1.13.0.rst | 8 ++++++++ conf.py | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index 921c15129..183b7b63a 100644 --- a/Doxygen +++ b/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.0 +PROJECT_NUMBER = 1.13.1 # 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 diff --git a/Makefile b/Makefile index 423dd2e70..309d6d609 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ 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 diff --git a/_static/version b/_static/version index f88cf52e6..da38e07b3 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -1.13.0 \ No newline at end of file +1.13.1 \ No newline at end of file diff --git a/changelog/v1.13.0.rst b/changelog/v1.13.0.rst index 41a78bf48..f5d2778d2 100644 --- a/changelog/v1.13.0.rst +++ b/changelog/v1.13.0.rst @@ -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. 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 ----------- diff --git a/conf.py b/conf.py index 4d9fbe7a7..a21867793 100644 --- a/conf.py +++ b/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.0' +release = '1.13.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.