Skip to content

Commit 750e5fb

Browse files
committed
Bump version to v1.10.0
1 parent d1d73d7 commit 750e5fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.10.0b2
41+
PROJECT_NUMBER = 1.10.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.10.0b2
11+
ESPHOMELIB_TAG = v1.10.0
1212

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

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.10.0b2
1+
1.10.0

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
# The short X.Y version.
8181
version = '1.10'
8282
# The full version, including alpha/beta/rc tags.
83-
release = '1.10.0b2'
83+
release = '1.10.0'
8484

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

0 commit comments

Comments
 (0)