Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
version bump pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
dynasticorpheus committed Mar 7, 2016
1 parent 874eacf commit df47827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gigasetelements/gigasetelements.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


_AUTHOR_ = 'dynasticorpheus@gmail.com'
_VERSION_ = '1.3.9'
_VERSION_ = '1.4.0'

parser = argparse.ArgumentParser(description='Gigaset Elements - Command-line Interface by dynasticorpheus@gmail.com')
parser.add_argument('-c', '--config', help='fully qualified name of configuration-file', required=False)
Expand Down Expand Up @@ -102,7 +102,7 @@
URL_CAMERA = 'https://api.gigaset-elements.de/api/v1/me/cameras'
URL_HEALTH = 'https://api.gigaset-elements.de/api/v2/me/health'
URL_CHANNEL = 'https://api.gigaset-elements.de/api/v1/me/notifications/users/channels'
URL_USAGE = 'https://goo.gl/xgYNJD'
URL_USAGE = 'https://goo.gl/wjLswA'

URL_SWITCH = '/json.htm?type=command&param=switchlight&switchcmd='
URL_ALERT = '/json.htm?type=command&param=udevice&idx='
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name='gigasetelements-cli',
version='1.3.9',
version='1.4.0',
description='gigasetelements-cli allows you to control your \
Gigaset Elements home security system from the command line.',
long_description=long_description,
Expand Down

0 comments on commit df47827

Please sign in to comment.