Skip to content

Commit 2f1129a

Browse files
committed
Bump version to v1.9.1
1 parent e57247f commit 2f1129a

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
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.9.0
41+
PROJECT_NUMBER = 1.9.1
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.9.0
11+
ESPHOMELIB_TAG = v1.9.1
1212
CNAME = esphomelib.com
1313

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

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
# The short X.Y version.
7979
version = '1.9'
8080
# The full version, including alpha/beta/rc tags.
81-
release = '1.9.0'
81+
release = '1.9.1'
8282

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

esphomeyaml/changelog/index.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,16 @@ Breaking Changes
158158
the :docspr:`62` changeset for more information
159159
(:libpr:`231`, :docspr:`62`, :yamlpr:`197`)
160160

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+
161171
All changes
162172
-----------
163173

0 commit comments

Comments
 (0)