File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.13.0
41
+ PROJECT_NUMBER = 1.13.1
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change 1
1
ESPHOME_PATH = ../esphome
2
- ESPHOME_REF = v1.13.0
2
+ ESPHOME_REF = v1.13.1
3
3
4
4
.PHONY : html html-strict cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
5
5
Original file line number Diff line number Diff line change 1
- 1.13.0
1
+ 1.13.1
Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ you what has changed.
125
125
- Because of some internal changes, some ID names are used internally and can no longer be used.
126
126
See validation errors.
127
127
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
+
128
136
All changes
129
137
-----------
130
138
Original file line number Diff line number Diff line change 72
72
# The short X.Y version.
73
73
version = '1.13'
74
74
# The full version, including alpha/beta/rc tags.
75
- release = '1.13.0 '
75
+ release = '1.13.1 '
76
76
77
77
# The language for content autogenerated by Sphinx. Refer to documentation
78
78
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments