File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-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.0
41
+ PROJECT_NUMBER = 1.9.1
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.0
11
+ ESPHOMELIB_TAG = v1.9.1
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 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.0 '
81
+ release = '1.9.1 '
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 @@ -158,6 +158,16 @@ Breaking Changes
158
158
the :docspr: `62 ` changeset for more information
159
159
(:libpr: `231 `, :docspr: `62 `, :yamlpr: `197 `)
160
160
161
+ Release 1.9.1 - November 19
162
+ ---------------------------
163
+
164
+ - lib: Fix RDM6300 not reporting cards :libpr: `278 `
165
+ - lib: Fix SNTP with less than 3 servers :libpr: `279 `
166
+ - lib: Fix update interval log missing time unit :libpr: `280 `
167
+ - lib: Fix CSE7766 spamming logs :libpr: `281 `
168
+ - lib: Fix outdated links :libpr: `282 `
169
+ - yaml: Fix SNTP servers option :yamlpr: `237 `
170
+
161
171
All changes
162
172
-----------
163
173
You can’t perform that action at this time.
0 commit comments