From 260a7a6fee31f07fa00e138a0f6ecda986e9f6de Mon Sep 17 00:00:00 2001 From: David Mulder Date: Thu, 20 Oct 2022 05:58:52 -0600 Subject: [PATCH] Update version to 0.3.6 Signed-off-by: David Mulder --- cepces/__init__.py | 2 +- selinux/cepces.te | 2 +- setup.py | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cepces/__init__.py b/cepces/__init__.py index b24b475..6dc6a6a 100644 --- a/cepces/__init__.py +++ b/cepces/__init__.py @@ -23,7 +23,7 @@ __title__ = 'cepces' __description__ = 'CEP/CES library.' __url__ = 'https://github.com/openSUSE/cepces/' -__version__ = '0.3.5' +__version__ = '0.3.6' __author__ = 'Daniel Uvehag' __author_email__ = 'daniel.uvehag@gmail.com' __license__ = 'GPLv3' diff --git a/selinux/cepces.te b/selinux/cepces.te index 0ee93e1..4832962 100644 --- a/selinux/cepces.te +++ b/selinux/cepces.te @@ -1,4 +1,4 @@ -policy_module(cepces, 0.3.5) +policy_module(cepces, 0.3.6) require { type certmonger_t; diff --git a/setup.py b/setup.py index b0718d2..a2b27d5 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ license=cepces.__license__, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Environment :: Console', @@ -50,9 +50,9 @@ 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', - 'Programming Language :: Python :: 3.4', - 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', + 'Programming Language :: Python :: 3.10', ], keywords='certificate ca cep ces adcs wstep xcep',