Skip to content

Commit 7735bb6

Browse files
committed
Bump version to v1.9.3
1 parent 56addb4 commit 7735bb6

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-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.2
41+
PROJECT_NUMBER = 1.9.3
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.2
11+
ESPHOMELIB_TAG = v1.9.3
1212
CNAME = esphomelib.com
1313

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

_static/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3

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.2'
81+
release = '1.9.3'
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,17 @@ Release 1.9.2 - November 25
176176
- lib: Improve ESP32 BLE tracker stability :libpr:`289`
177177
- lib: Fix sensor filters using C++ undefined behavior :libpr:`293`
178178

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+
179190
All changes
180191
-----------
181192

0 commit comments

Comments
 (0)