From 06ee08141a23b3d88e5f6fc4f53e9654f36611d5 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Tue, 17 May 2016 13:02:01 -0400 Subject: [PATCH] Prepare for 4.0.1 release. --- ChangeLog | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99423804..1dbf11c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +*setools-4.0.1 (17 May 2016) + Library: * Fixed a compile error on 32bit systems. * Changed domain transition analysis output to use lists instead diff --git a/setup.py b/setup.py index 03b150f1..9be4f687 100644 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ def run(self): swig_opts=['-Ilibqpol/include'])] setup(name='setools', - version='4.0.0', + version='4.0.1', description='SELinux Policy tools.', author='Tresys Technology, LLC', author_email='setools@tresys.com',