Skip to content

Commit

Permalink
Update version to 0.3.6
Browse files Browse the repository at this point in the history
Signed-off-by: David Mulder <[email protected]>
  • Loading branch information
dmulder committed Oct 20, 2022
1 parent 88073db commit 260a7a6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cepces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__ = '[email protected]'
__license__ = 'GPLv3'
Expand Down
2 changes: 1 addition & 1 deletion selinux/cepces.te
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
policy_module(cepces, 0.3.5)
policy_module(cepces, 0.3.6)

require {
type certmonger_t;
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
license=cepces.__license__,

classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',

'Environment :: Console',

Expand All @@ -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',
Expand Down

0 comments on commit 260a7a6

Please sign in to comment.