From 5d516db6c3d6293ac3d2ebdb1e656db848251c35 Mon Sep 17 00:00:00 2001 From: Brona Date: Mon, 19 Aug 2024 17:54:10 +0200 Subject: [PATCH] v1.5.3 --- README.md | 3 +++ src/iproute2mac.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"