Release 0.8.4

This commit is contained in:
Stuart Gathman
2005-10-20 23:36:11 +00:00
parent b3dce26928
commit c6ac3ddad8
5 changed files with 18 additions and 10 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.3'
__version__ = '0.8.4'
_seq_lock = thread.allocate_lock()
_seq = 0