diff --git a/README.md b/README.md index 7ecfda4..a359d50 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ Goal of this utility is to provide compatible CLI with [iproute2](http://www.pol ## Changelog +**v1.5.3** +* Fixing #21 `--color` option parsing + **v1.5.2** * Fixing #57 diff --git a/src/iproute2mac.py b/src/iproute2mac.py index edd9dd7..2b68b4b 100644 --- a/src/iproute2mac.py +++ b/src/iproute2mac.py @@ -18,7 +18,7 @@ import types # Version -VERSION = "1.5.2" +VERSION = "1.5.3" # Utilities SUDO = "/usr/bin/sudo"