Skip to content

Commit a70a5c1

Browse files
committed
Bump version to v1.11.0
1 parent 5d86cdf commit a70a5c1

File tree

5 files changed

+18
-16
lines changed

5 files changed

+18
-16
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
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.11.0b3
41+
PROJECT_NUMBER = 1.11.0
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_CORE_PATH = ../esphome-core
2-
ESPHOME_CORE_TAG = v1.11.0b3
2+
ESPHOME_CORE_TAG = v1.11.0
33

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

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.0b3
1+
1.11.0

changelog/v1.11.0.rst

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ Beta Fixes
126126

127127
All changes
128128
-----------
129-
130129
- core: Attemp to fix the addressable flicker effect :corepr:`392` by :ghuser:`RomRider`
131130
- esphome: typing is only required for python < 3.5 :esphomepr:`341` by :ghuser:`dotlambda`
132131
- esphome: Fix install pillow in docker image :esphomepr:`338`
@@ -244,19 +243,22 @@ All changes
244243
- core: Add wait_until action :corepr:`508`
245244
- esphome: Add wait_until action :esphomepr:`440`
246245
- docs: Document addressable_lambda light effect :docspr:`163`
247-
- esphome: Fix custom components not registered :esphomepr:`441`
246+
- esphome: Fix custom components not registered :esphomepr:`441` (cherry-picked)
248247
- docs: Custom Binary Sensor: Add missing ";" and fix indentation in YAML :docspr:`164` by :ghuser:`mjoshd`
249-
- core: Add empty nameable constructors :corepr:`509`
250-
- core: Fix Nextion "Received unknown filler end bytes" :corepr:`510`
251-
- core: Fix functional attachInterrupt placed in flash :corepr:`511`
248+
- core: Add empty nameable constructors :corepr:`509` (cherry-picked)
249+
- core: Fix Nextion "Received unknown filler end bytes" :corepr:`510` (cherry-picked)
250+
- core: Fix functional attachInterrupt placed in flash :corepr:`511` (cherry-picked)
252251
- docs: Add Sonoff T1 LED pin :docspr:`165` by :ghuser:`lwis`
253-
- esphome: Remove duplicate scrollbar & move scrollbar :esphomepr:`443` by :ghuser:`TheZoker`
254-
- esphome: Remove unnecessary wrapper :esphomepr:`444` by :ghuser:`TheZoker`
255-
- core: Refactor addressable light and fix partition issue :corepr:`512`
256-
- esphome: Fix MQTT log topic level :esphomepr:`445`
257-
- core: Fix ESP8266 functional interrupts :corepr:`515`
258-
- esphome: Allow i2c on non-pullup pins :esphomepr:`447`
259-
- esphome: Allow use of arduino core v2.5.0 on ESP8266 :esphomepr:`446`
252+
- esphome: Remove duplicate scrollbar & move scrollbar :esphomepr:`443` by :ghuser:`TheZoker` (cherry-picked)
253+
- esphome: Remove unnecessary wrapper :esphomepr:`444` by :ghuser:`TheZoker` (cherry-picked)
254+
- core: Refactor addressable light and fix partition issue :corepr:`512` (cherry-picked)
255+
- esphome: Fix MQTT log topic level :esphomepr:`445` (cherry-picked)
256+
- core: Fix ESP8266 functional interrupts :corepr:`515` (cherry-picked)
257+
- esphome: Allow i2c on non-pullup pins :esphomepr:`447` (cherry-picked)
258+
- esphome: Allow use of arduino core v2.5.0 on ESP8266 :esphomepr:`446` (cherry-picked)
259+
- core: Fix feed_wdt :corepr:`520`
260+
- core: Speed up waveshare Epaper :corepr:`518`
261+
- esphome: Improve dashboard setup wizard :esphomepr:`450`
260262

261263
Past Changelogs
262264
---------------

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# The short X.Y version.
7474
version = '1.11'
7575
# The full version, including alpha/beta/rc tags.
76-
release = '1.11.0b3'
76+
release = '1.11.0'
7777

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

0 commit comments

Comments
 (0)