Skip to content

Commit 6abc53e

Browse files
authored
Merge pull request #39 from openSUSE/dmulder/vers_0_3_9
Version 0.3.9
2 parents 91fe61c + d2d798b commit 6abc53e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cepces/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
__title__ = 'cepces'
2424
__description__ = 'CEP/CES library.'
2525
__url__ = 'https://github.com/openSUSE/cepces/'
26-
__version__ = '0.3.8'
26+
__version__ = '0.3.9'
2727
__author__ = 'Daniel Uvehag'
2828
__author_email__ = '[email protected]'
2929
__license__ = 'GPLv3'

selinux/cepces.te

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
policy_module(cepces, 0.3.8)
1+
policy_module(cepces, 0.3.9)
22

33
require {
44
type certmonger_t;

0 commit comments

Comments
 (0)