changeset 165:0c9001bc7f58

Release 0.6.0.
author Ralph Meijer <ralphm@ik.nu>
date Thu, 18 Jan 2007 14:06:14 +0000
parents 40d931ed15b9
children 5abb017bd687
files NEWS idavoll/idavoll.py setup.py
diffstat 3 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jan 18 13:52:39 2007 +0000
+++ b/NEWS	Thu Jan 18 14:06:14 2007 +0000
@@ -1,4 +1,4 @@
-x.x.x (yyyy-mm-dd)
+0.6.0 (2007-01-18)
 
  - Improve error handling by using stanza error support in Twisted Words 0.4.0.
  - Bring errors up to date with version 1.8 of JEP-0060.
@@ -6,6 +6,7 @@
    configuration.
  - Fully comply with access model 'open'. 
  - Add --dbpass option for PostgreSQL backend.
+ - Fix import incompatibility with Twisted Words 0.5.0 (#3).
 
 0.5.0 (2006-08-17)
 ==================
--- a/idavoll/idavoll.py	Thu Jan 18 13:52:39 2007 +0000
+++ b/idavoll/idavoll.py	Thu Jan 18 14:06:14 2007 +0000
@@ -13,7 +13,7 @@
 except ImportError:
     from twisted.words.protocols.jabber.component import IService
 
-__version__ = '0.5.0'
+__version__ = '0.6.0'
 
 NS_VERSION = 'jabber:iq:version'
 
--- a/setup.py	Thu Jan 18 13:52:39 2007 +0000
+++ b/setup.py	Thu Jan 18 14:06:14 2007 +0000
@@ -6,7 +6,7 @@
 from distutils.core import setup
 
 setup(name='idavoll',
-      version='0.5.0',
+      version='0.6.0',
       description='Jabber Publish-Subscribe Service Component',
       author='Ralph Meijer',
       author_email='ralphm@ik.nu',