Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
kusti8 committed Mar 17, 2018
2 parents 175037f + cb86b61 commit 48ba05c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions hue_plus/hue_ui.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
VERSION="1.4.3"
VERSION="1.4.4"
import sys
import io
import traceback
Expand Down Expand Up @@ -171,8 +171,6 @@ def __init__(self):
port = self.get_port()
if port:
self.portTxt.setText(self.get_port())
else:
self.error("No Hue+ found.")

self.profileListFunc()

Expand Down
2 changes: 1 addition & 1 deletion installer.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Application]
name=hue_plus
version=1.4.3
version=1.4.4
publisher=Gustav Hansen
# How to launch the app - this calls the 'main' function from the 'myapp' package:
entry_point=hue_plus.hue_ui:main
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os

setup(name='hue_plus',
version='1.4.3',
version='1.4.4',
description='A utility to control the NZXT Hue+ in Linux',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.3
1.4.4

0 comments on commit 48ba05c

Please sign in to comment.