Skip to content

Commit 254890b

Browse files
committed
Bump version to v1.13.0
1 parent 2fb85ac commit 254890b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-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.0b7
41+
PROJECT_NUMBER = 1.13.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

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.0b7
2+
ESPHOME_REF = v1.13.0
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.0b7
1+
1.13.0

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.0b7'
75+
release = '1.13.0'
7676

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

0 commit comments

Comments
 (0)