Skip to content

Commit c60384d

Browse files
committed
Bump version to v1.11.0b1
1 parent 4a7ab16 commit c60384d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.10.1
41+
PROJECT_NUMBER = 1.11.0b1
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.10.1
2+
ESPHOME_CORE_TAG = v1.11.0b1
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.10.1
1+
1.11.0b1

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = '1.10'
74+
version = '1.11'
7575
# The full version, including alpha/beta/rc tags.
76-
release = '1.10.1'
76+
release = '1.11.0b1'
7777

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

0 commit comments

Comments
 (0)