From d58a1719bcb48989f0a356ee1dbfbc1732231fa0 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 26 Sep 2018 18:23:32 +0200 Subject: [PATCH] Bump version to 1.8.1 --- Doxygen | 2 +- conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doxygen b/Doxygen index 4e762aecf..a95425d1f 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.8.0 +PROJECT_NUMBER = 1.8.1 # 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/conf.py b/conf.py index 2fb90e529..442f1f445 100644 --- a/conf.py +++ b/conf.py @@ -74,7 +74,7 @@ author = 'Otto Winter' # The short X.Y version. version = '1.8' # The full version, including alpha/beta/rc tags. -release = '1.8.0' +release = '1.8.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.