Release 0.8.5

This commit is contained in:
Stuart Gathman
2005-12-29 19:21:37 +00:00
parent a9ca154a92
commit 4f220b48cf
4 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from milter import ACCEPT,CONTINUE,REJECT,DISCARD,TEMPFAIL, \
try: from milter import QUARANTINE
except: pass
__version__ = '0.8.4'
__version__ = '0.8.5'
_seq_lock = thread.allocate_lock()
_seq = 0