From 7699a41e077d89f7745490aacaecc54a5705ea13 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 25 Sep 2018 13:42:59 +0200 Subject: [PATCH] Bump version to 1.8.0 --- Doxygen | 2 +- Makefile | 2 +- conf.py | 4 ++-- esphomeyaml/guides/contributing.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Doxygen b/Doxygen index 82a0ef525..4e762aecf 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.7.0 +PROJECT_NUMBER = 1.8.0 # 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 99704bb8e..1869435fd 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib SOURCEDIR = . BUILDDIR = _build ESPHOMELIB_PATH = ../esphomelib -ESPHOMELIB_TAG = v1.7.0 +ESPHOMELIB_TAG = v1.8.0 .PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH) diff --git a/conf.py b/conf.py index a5a5ad09a..2fb90e529 100644 --- a/conf.py +++ b/conf.py @@ -72,9 +72,9 @@ author = 'Otto Winter' # built documents. # # The short X.Y version. -version = '1.7' +version = '1.8' # The full version, including alpha/beta/rc tags. -release = '1.7.0' +release = '1.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/esphomeyaml/guides/contributing.rst b/esphomeyaml/guides/contributing.rst index be1800753..53c518f49 100644 --- a/esphomeyaml/guides/contributing.rst +++ b/esphomeyaml/guides/contributing.rst @@ -273,7 +273,7 @@ Standard for the esphomelib codebase: - Please test your changes :) For editing a local copy of esphomelib within the esphomeyaml ecosystem please see -:ref:`esphomeyaml.esphomelib_version `option. +:ref:`esphomeyaml.esphomelib_version ` option. Contributing to esphomeyaml ^^^^^^^^^^^^^^^^^^^^^^^^^^^