We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52472e1 commit 8efdda8Copy full SHA for 8efdda8
changelog.txt
@@ -1,3 +1,5 @@
1
+Version 0.3.8 ()
2
+
3
Version 0.3.7 (2019-11-23)
4
- Rename files via UI (Issue #162)
5
- Disable browser-autocomplete on searchbox @ProLoser
hass_configurator/configurator.py
@@ -111,7 +111,7 @@
111
logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s'))
112
LOG.addHandler(SO)
113
RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest"
114
-VERSION = "0.3.7"
+VERSION = "0.3.8"
115
BASEDIR = "."
116
DEV = False
117
LISTENPORT = None
setup.py
@@ -4,7 +4,7 @@
NAME = "hass-configurator"
6
PACKAGE_NAME = "hass_configurator"
7
8
9
setup(name=NAME,
10
version=VERSION,
0 commit comments