Skip to content

Commit db6850e

Browse files
committed
Bump version to v1.10.0b2
1 parent 57e284a commit db6850e

File tree

5 files changed

+10
-35
lines changed

5 files changed

+10
-35
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.10.0b1
41+
PROJECT_NUMBER = 1.10.0b2
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
@@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
88
SOURCEDIR = .
99
BUILDDIR = _build
1010
ESPHOMELIB_PATH = ../esphomelib
11-
ESPHOMELIB_TAG = v1.10.0b1
11+
ESPHOMELIB_TAG = v1.10.0b2
1212

1313
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)
1414

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0b1
1+
1.10.0b2

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = '1.10'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '1.10.0b1'
83+
release = '1.10.0b2'
8484

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

esphomeyaml/changelog/v1.10.0.rst

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -145,37 +145,6 @@ Other notable changes:
145145
All changes
146146
-----------
147147

148-
- lib: Fix RDM6300 not reporting cards :libpr:`278` (cherry-picked)
149-
- lib: Fix RDM6300 not reporting cards :libpr:`278` (cherry-picked)
150-
- lib: Fix SNTP with less than 3 servers :libpr:`279` (cherry-picked)
151-
- lib: Fix SNTP with less than 3 servers :libpr:`279` (cherry-picked)
152-
- lib: Fix update interval log missing time unit :libpr:`280` (cherry-picked)
153-
- lib: Fix update interval log missing time unit :libpr:`280` (cherry-picked)
154-
- lib: Fix CSE7766 spamming logs :libpr:`281` (cherry-picked)
155-
- lib: Fix CSE7766 spamming logs :libpr:`281` (cherry-picked)
156-
- lib: Fix outdated links :libpr:`282` (cherry-picked)
157-
- lib: Fix outdated links :libpr:`282` (cherry-picked)
158-
- yaml: Fix SNTP servers option :yamlpr:`237` (cherry-picked)
159-
- yaml: Fix SNTP servers option :yamlpr:`237` (cherry-picked)
160-
- lib: Optimize Code Paths A Bit :libpr:`284`
161-
- lib: Fix crashing when logger not being used :libpr:`285` (cherry-picked)
162-
- lib: Fix crashing when logger not being used :libpr:`285` (cherry-picked)
163-
- lib: Fix template cover spamming logs :libpr:`287` (cherry-picked)
164-
- lib: Fix template cover spamming logs :libpr:`287` (cherry-picked)
165-
- lib: Improve ESP32 BLE tracker stability :libpr:`289` (cherry-picked)
166-
- lib: Improve ESP32 BLE tracker stability :libpr:`289` (cherry-picked)
167-
- yaml: Improve one_of validator :yamlpr:`240`
168-
- yaml: Add Logo and Icon to HassIO add-on :yamlpr:`241`
169-
- lib: Fix sensor filters using C++ undefined behavior :libpr:`293` (cherry-picked)
170-
- lib: Fix sensor filters using C++ undefined behavior :libpr:`293` (cherry-picked)
171-
- lib: Fix PMSX003 :libpr:`300` (cherry-picked)
172-
- lib: Fix PMSX003 :libpr:`300` (cherry-picked)
173-
- lib: Fix issue with filters introduced in 1.9.2 :libpr:`296` (cherry-picked)
174-
- lib: Fix issue with filters introduced in 1.9.2 :libpr:`296` (cherry-picked)
175-
- lib: Fix BMP085 pressure value :libpr:`292` (cherry-picked)
176-
- lib: Fix BMP085 pressure value :libpr:`292` (cherry-picked)
177-
- yaml: CSE7766 update interval :yamlpr:`250` (cherry-picked)
178-
- yaml: CSE7766 update interval :yamlpr:`250` (cherry-picked)
179148
- docs: CSE7766 Update Interval :docspr:`91`
180149
- docs: add baud_rate; typo on sensor type :docspr:`90` by :ghuser:`drewp`
181150
- docs: Fix docs for LCD display strftime :docspr:`95`
@@ -239,6 +208,12 @@ All changes
239208
- docs: Update getting_started_command_line.rst :docspr:`102` by :ghuser:`doskoi`
240209
- docs: Updated the multi click example code block :docspr:`92` by :ghuser:`cooljimy84`
241210
- docs: Add step to setting up devices :docspr:`101` by :ghuser:`magnusoverli`
211+
- yaml: Update beta config :yamlpr:`305`
212+
- yaml: Fix component.update action :yamlpr:`308`
213+
- yaml: OTA don't error when upgrading from no password to password mode :yamlpr:`309`
214+
- yaml: use full space on small devices :yamlpr:`310` by :ghuser:`escoand`
215+
- lib: Fix interval compilation error :libpr:`364`
216+
- yaml: Fix interval trigger :yamlpr:`313`
242217

243218
Past Changelogs
244219
---------------

0 commit comments

Comments
 (0)