From 479b09d765988dfa52503f23bd035eb30ea6ee9c Mon Sep 17 00:00:00 2001 From: Vilmos Nebehaj Date: Sat, 21 Jan 2023 16:36:06 -0800 Subject: [PATCH 1/2] Release v1.0.1 --- iptc/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iptc/version.py b/iptc/version.py index 13c18f6..80ed889 100644 --- a/iptc/version.py +++ b/iptc/version.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- __pkgname__ = "python-iptables" -__version__ = "1.0.1-dev" +__version__ = "1.0.1" From bea578318f596c94a8a263867985130068e1fd10 Mon Sep 17 00:00:00 2001 From: Vilmos Nebehaj Date: Sun, 22 Jan 2023 10:58:05 -0800 Subject: [PATCH 2/2] Update languages in setup.py --- setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.py b/setup.py index 145f0c3..efefa07 100644 --- a/setup.py +++ b/setup.py @@ -38,10 +38,7 @@ "Topic :: System :: Networking :: Firewalls", "Topic :: System :: Systems Administration", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.3", - "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", ], license="Apache License, Version 2.0",