File tree Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Expand file tree Collapse file tree 5 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 1.9.2
41
+ PROJECT_NUMBER = 1.9.3
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
8
8
SOURCEDIR = .
9
9
BUILDDIR = _build
10
10
ESPHOMELIB_PATH = ../esphomelib
11
- ESPHOMELIB_TAG = v1.9.2
11
+ ESPHOMELIB_TAG = v1.9.3
12
12
CNAME = esphomelib.com
13
13
14
14
.PHONY : html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH )
Original file line number Diff line number Diff line change
1
+ 1.9.3
Original file line number Diff line number Diff line change 78
78
# The short X.Y version.
79
79
version = '1.9'
80
80
# The full version, including alpha/beta/rc tags.
81
- release = '1.9.2 '
81
+ release = '1.9.3 '
82
82
83
83
# The language for content autogenerated by Sphinx. Refer to documentation
84
84
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -176,6 +176,17 @@ Release 1.9.2 - November 25
176
176
- lib: Improve ESP32 BLE tracker stability :libpr: `289 `
177
177
- lib: Fix sensor filters using C++ undefined behavior :libpr: `293 `
178
178
179
+ Release 1.9.3 - December 1
180
+ --------------------------
181
+
182
+ - docs: Fix Sonoff Basic pinouts :docspr: `88 ` by :ghuser: `sherbang `
183
+ - docs: Update cwww.rst :docspr: `85 ` by :ghuser: `Melkor82 `
184
+ - lib: Fix PMSX003 :libpr: `300 `
185
+ - lib: Fix issue with filters introduced in 1.9.2 :libpr: `296 `
186
+ - lib: Fix BMP085 pressure value :libpr: `292 `
187
+ - yaml: CSE7766 update interval :yamlpr: `250 `
188
+ - docs: CSE7766 Update Interval :docspr: `91 `
189
+
179
190
All changes
180
191
-----------
181
192
You can’t perform that action at this time.
0 commit comments