From 0f123c11f632c7c2c53c0b793ccb2a92a07357ac Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sat, 19 Aug 2017 10:51:01 +0900 Subject: [PATCH] Bump version to 0.14.1 --- tcconfig/_const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcconfig/_const.py b/tcconfig/_const.py index 1fa88f1d..cca8ee2c 100644 --- a/tcconfig/_const.py +++ b/tcconfig/_const.py @@ -8,7 +8,7 @@ from __future__ import unicode_literals -VERSION = "0.14.0" +VERSION = "0.14.1" KILO_SIZE = 1000 LIST_MANGLE_TABLE_COMMAND = "iptables -t mangle --line-numbers -L"