Bump version to v1.9.3

This commit is contained in:
Otto Winter 2018-12-01 13:37:46 +01:00
parent 56addb4505
commit 7735bb6282
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
5 changed files with 15 additions and 3 deletions

View File

@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 1.9.2
PROJECT_NUMBER = 1.9.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
SOURCEDIR = .
BUILDDIR = _build
ESPHOMELIB_PATH = ../esphomelib
ESPHOMELIB_TAG = v1.9.2
ESPHOMELIB_TAG = v1.9.3
CNAME = esphomelib.com
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)

1
_static/version Normal file
View File

@ -0,0 +1 @@
1.9.3

View File

@ -78,7 +78,7 @@ author = 'Otto Winter'
# The short X.Y version.
version = '1.9'
# The full version, including alpha/beta/rc tags.
release = '1.9.2'
release = '1.9.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -176,6 +176,17 @@ Release 1.9.2 - November 25
- lib: Improve ESP32 BLE tracker stability :libpr:`289`
- lib: Fix sensor filters using C++ undefined behavior :libpr:`293`
Release 1.9.3 - December 1
--------------------------
- docs: Fix Sonoff Basic pinouts :docspr:`88` by :ghuser:`sherbang`
- docs: Update cwww.rst :docspr:`85` by :ghuser:`Melkor82`
- lib: Fix PMSX003 :libpr:`300`
- lib: Fix issue with filters introduced in 1.9.2 :libpr:`296`
- lib: Fix BMP085 pressure value :libpr:`292`
- yaml: CSE7766 update interval :yamlpr:`250`
- docs: CSE7766 Update Interval :docspr:`91`
All changes
-----------