From 587bae7608c7e2889e65e07504b0ba2c924d2ed0 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Sat, 10 Nov 2018 15:32:49 +0100 Subject: [PATCH] Bump version to v1.9.0b4 --- Doxygen | 2 +- Makefile | 2 +- conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxygen b/Doxygen index 41e351ab2..8baade48d 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.0b3 +PROJECT_NUMBER = 1.9.0b4 # 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 2e9a3c005..63f856827 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib SOURCEDIR = . BUILDDIR = _build ESPHOMELIB_PATH = ../esphomelib -ESPHOMELIB_TAG = v1.9.0b3 +ESPHOMELIB_TAG = v1.9.0b4 CNAME = esphomelib.com .PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH) diff --git a/conf.py b/conf.py index cf8c6d7bd..766f8c7ee 100644 --- a/conf.py +++ b/conf.py @@ -74,7 +74,7 @@ author = 'Otto Winter' # The short X.Y version. version = '1.9' # The full version, including alpha/beta/rc tags. -release = '1.9.0b3' +release = '1.9.0b4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.