Skip to content

Commit aa8e7c1

Browse files
committed
Bump version to v1.13.0b6
1 parent d9f9270 commit aa8e7c1

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-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.0b5
41+
PROJECT_NUMBER = 1.13.0b6
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.0b5
2+
ESPHOME_REF = v1.13.0b6
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.0b5
1+
1.13.0b6

Diff for: changelog/v1.13.0.rst

+4
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ All changes
199199
- esphome: Warn if a component does long-running work in loop thread :esphomepr:`565`
200200
- esphome: Add CT Clamp component :esphomepr:`559` by :ghuser:`jesserockz`
201201
- docs: Add docs for CT Clamp :docspr:`256` by :ghuser:`jesserockz`
202+
- docs: Put 'MAC_ADDRESS' instead of MAC_ADDRESS :docspr:`239` by :ghuser:`tiagofreire-pt`
203+
- esphome: Fix TSL2561 invalid default :esphomepr:`566`
204+
- esphome: Use copy for custom includes :esphomepr:`568`
205+
- esphome: Add uart.write action :esphomepr:`567`
202206

203207
Past Changelogs
204208
---------------

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

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

0 commit comments

Comments
 (0)