mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Bumped version to 20181107.0
This commit is contained in:
parent
9c735bb088
commit
c1e3259b08
@ -8,9 +8,11 @@ function patch(version) {
|
|||||||
return `${parts[0]}.${Number(parts[1]) + 1}`;
|
return `${parts[0]}.${Number(parts[1]) + 1}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function today(version) {
|
function today() {
|
||||||
const now = new Date();
|
const now = new Date();
|
||||||
return `${now.getFullYear()}${now.getMonth() + 1}${now.getDate()}.0`;
|
return `${now.getFullYear()}${now.getMonth() + 1}${String(
|
||||||
|
now.getDate()
|
||||||
|
).padStart(2, "0")}.0`;
|
||||||
}
|
}
|
||||||
|
|
||||||
const methods = {
|
const methods = {
|
||||||
|
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="home-assistant-frontend",
|
name="home-assistant-frontend",
|
||||||
version="2018117.0",
|
version="20181107.0",
|
||||||
description="The Home Assistant frontend",
|
description="The Home Assistant frontend",
|
||||||
url="https://github.com/home-assistant/home-assistant-polymer",
|
url="https://github.com/home-assistant/home-assistant-polymer",
|
||||||
author="The Home Assistant Authors",
|
author="The Home Assistant Authors",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user