diff --git a/CHANGES.txt b/CHANGES.txt index de88d89..d7611fb 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,10 +2,10 @@ CHANGES ======= -1.1.0 (unreleased) +1.1.0 (2010-08-25) ------------------ -- ... +- Feature: Updated code to work with Bluebream 1.0b3. 1.0.0 (2009-07-24) ------------------ diff --git a/setup.py b/setup.py index 3ebc1ec..34e854b 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def read(*rnames): setup ( name='keas.kmi', - version='1.1.0dev', + version='1.1.0', author = "Stephan Richter and the Zope Community", author_email = "zope-dev@zope.org", description = "A Key Management Infrastructure", @@ -38,7 +38,7 @@ def read(*rnames): license = "ZPL 2.1", keywords = "zope3 security key management infrastructure nist 800-57", classifiers = [ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Stable', 'Environment :: Web Environment', 'Intended Audience :: Developers', 'License :: OSI Approved :: Zope Public License',