Skip to content

Commit 8efdda8

Browse files
committed
Bump version
1 parent 52472e1 commit 8efdda8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

changelog.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Version 0.3.8 ()
2+
13
Version 0.3.7 (2019-11-23)
24
- Rename files via UI (Issue #162)
35
- Disable browser-autocomplete on searchbox @ProLoser

hass_configurator/configurator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
logging.Formatter('%(levelname)s:%(asctime)s:%(name)s:%(message)s'))
112112
LOG.addHandler(SO)
113113
RELEASEURL = "https://api.github.com/repos/danielperna84/hass-configurator/releases/latest"
114-
VERSION = "0.3.7"
114+
VERSION = "0.3.8"
115115
BASEDIR = "."
116116
DEV = False
117117
LISTENPORT = None

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
NAME = "hass-configurator"
66
PACKAGE_NAME = "hass_configurator"
7-
VERSION = "0.3.7"
7+
VERSION = "0.3.8"
88

99
setup(name=NAME,
1010
version=VERSION,

0 commit comments

Comments
 (0)