mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-03 23:41:36 +01:00
Bump version to v1.9.3
This commit is contained in:
parent
56addb4505
commit
7735bb6282
2
Doxygen
2
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
|
||||
|
2
Makefile
2
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)
|
||||
|
1
_static/version
Normal file
1
_static/version
Normal file
@ -0,0 +1 @@
|
||||
1.9.3
|
2
conf.py
2
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.
|
||||
|
@ -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
|
||||
-----------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user