Skip to content

Commit 5c2f246

Browse files
committed
Bump version to v1.13.1
1 parent 86cf1dc commit 5c2f246

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

Diff for: Doxygen

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.13.0
41+
PROJECT_NUMBER = 1.13.1
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = v1.13.0
2+
ESPHOME_REF = v1.13.1
33

44
.PHONY: html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
55

Diff for: _static/version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

Diff for: changelog/v1.13.0.rst

+8
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,14 @@ you what has changed.
125125
- Because of some internal changes, some ID names are used internally and can no longer be used.
126126
See validation errors.
127127

128+
Release 1.13.1 - May 30
129+
-----------------------
130+
131+
- esphome: Fix validation TypeError :esphomepr:`574`
132+
- esphome: Fix Sun Trigger :esphomepr:`572`
133+
- esphome: Dashboard work around Hass.io bug :esphomepr:`575`
134+
- esphome: Fix waveshare 7.5in model :esphomepr:`576`
135+
128136
All changes
129137
-----------
130138

Diff for: conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
# The short X.Y version.
7373
version = '1.13'
7474
# The full version, including alpha/beta/rc tags.
75-
release = '1.13.0'
75+
release = '1.13.1'
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

0 commit comments

Comments
 (0)