Skip to content

Commit

Permalink
Prepare to release keas.kmi 0.3.1 with a relaxed M2Crypto version req…
Browse files Browse the repository at this point in the history
…uirement.
  • Loading branch information
mgedmin committed Sep 11, 2008
1 parent 9ed4fcc commit 0acbb75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
CHANGES
=======

0.3.1 (unreleased)
0.3.1 (2008-09-11)
------------------

- Relax M2Crypto version requirements to 0.18 or newer.


0.3.0 (2008-09-04)
------------------
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def read(*rnames):

setup (
name='keas.kmi',
version='0.3.1dev',
version='0.3.1',
author = "Stephan Richter and the Zope Community",
author_email = "zope-dev@zope.org",
description = "A Key Management Infrastructure",
Expand Down Expand Up @@ -59,7 +59,7 @@ def read(*rnames):
],
),
install_requires = [
'M2Crypto==0.18',
'M2Crypto>=0.18',
'setuptools',
'z3c.rest',
'zope.component',
Expand Down

0 comments on commit 0acbb75

Please sign in to comment.