Skip to content

Commit

Permalink
pushed fritzconnection module and package version to 0.8.0 because of…
Browse files Browse the repository at this point in the history
… serious bugfix in servicename handling.
  • Loading branch information
kbr committed Aug 20, 2019
1 parent bd51fb0 commit 1b99efc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fritzconnection/fritzconnection.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Author: Klaus Bremer
"""

__version__ = '0.7.0'
__version__ = '0.8.0'

import os, argparse
import requests
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name = 'fritzconnection',
version = '0.7.3',
version = '0.8.0',
packages = find_packages(),
license = 'MIT',
description = 'Communicate with the AVM FritzBox',
Expand Down

0 comments on commit 1b99efc

Please sign in to comment.