diff --git a/Doxygen b/Doxygen index 141d0a895..8fd3604e8 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.5.3 +PROJECT_NUMBER = 1.6.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/conf.py b/conf.py index cc97626c3..636aa9bcc 100644 --- a/conf.py +++ b/conf.py @@ -72,9 +72,9 @@ author = 'Otto Winter' # built documents. # # The short X.Y version. -version = '1.5' +version = '1.6' # The full version, including alpha/beta/rc tags. -release = '1.5.3' +release = '1.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.