diff --git a/README.md b/README.md index 874d028..241b04e 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,14 @@ $ python setup.py bdist_egg ## Changelog ## +v1.2 - 2015-11-13 + +* Moved interface checking to background thread + +v1.1 - 2015-09-27 + +* Added library ifcfg to support FreeBSD and OSX + v1.0 - 2015-09-27 * Support for unix hosts with pyiface diff --git a/setup.py b/setup.py index b3a7ff6..cb17dfb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ __plugin_name__ = "IfaceWatch" __author__ = "Bro" __author_email__ = "bro.devel+ifacewatch@gmail.com" -__version__ = "1.1" +__version__ = "1.2" __url__ = "https://github.com/bendikro/deluge-iface-watch" __license__ = "GPLv3" __description__ = """