diff --git a/Doxygen b/Doxygen index 7703d3450..4d547fd5f 100644 --- a/Doxygen +++ b/Doxygen @@ -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 diff --git a/Makefile b/Makefile index c42b9550b..365ea0192 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/_static/version b/_static/version new file mode 100644 index 000000000..7b0231f53 --- /dev/null +++ b/_static/version @@ -0,0 +1 @@ +1.9.3 \ No newline at end of file diff --git a/conf.py b/conf.py index a9aa5fb23..2a99f764a 100644 --- a/conf.py +++ b/conf.py @@ -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. diff --git a/esphomeyaml/changelog/index.rst b/esphomeyaml/changelog/index.rst index f91f9fb50..5897d30d9 100644 --- a/esphomeyaml/changelog/index.rst +++ b/esphomeyaml/changelog/index.rst @@ -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 -----------