Skip to content

Commit c0c8409

Browse files
committed
Bump version to v1.9.0
1 parent d7ee9f6 commit c0c8409

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "esphomelib"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.9.0b6
41+
PROJECT_NUMBER = 1.9.0
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ SPHINXPROJ = esphomelib
88
SOURCEDIR = .
99
BUILDDIR = _build
1010
ESPHOMELIB_PATH = ../esphomelib
11-
ESPHOMELIB_TAG = v1.9.0b6
11+
ESPHOMELIB_TAG = v1.9.0
1212
CNAME = esphomelib.com
1313

1414
.PHONY: html cleanhtml doxyg cleandoxyg deploy help webserver Makefile $(ESPHOMELIB_PATH)

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# The short X.Y version.
7676
version = '1.9'
7777
# The full version, including alpha/beta/rc tags.
78-
release = '1.9.0b6'
78+
release = '1.9.0'
7979

8080
# The language for content autogenerated by Sphinx. Refer to documentation
8181
# for a list of supported languages.

esphomeyaml/changelog/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ All changes
296296
- lib: MY9231/MY9291 LED driver support :libpr:`266` by :ghuser:`puuu` (new-feature)
297297
- yaml: Add MY9231 support :yamlpr:`227` by :ghuser:`puuu` (new-feature)
298298
- docs: MY9231/MY9291 LED driver documentation :docspr:`80` by :ghuser:`puuu` (new-feature)
299+
- docs: SEO Optimization :docspr:`82`
299300

300301

301302
Past Changelogs

0 commit comments

Comments
 (0)