Prepare for 4.0.1 release.

This commit is contained in:
Chris PeBenito 2016-05-17 13:02:01 -04:00
parent 57ae026111
commit 06ee08141a
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -154,7 +154,7 @@ ext_py_mods = [Extension('setools.policyrep._qpol',
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',