Release 0.9.5

This commit is contained in:
Stuart Gathman
2011-06-09 19:55:31 +00:00
parent 720db3d7bd
commit 5a8aaf85d7
5 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
# Copyright 2001,2009 Business Management Systems, Inc.
# This code is under the GNU General Public License. See COPYING for details.
__version__ = '0.9.3'
__version__ = '0.9.5'
import os
import milter
@@ -538,7 +538,7 @@ class Milter(Base):
# change in configuration.
factory = Milter
## @fn void set_flags(int flags);
## @fn set_flags(flags)
# @brief Enable optional %milter actions.
# Certain %milter actions need to be enabled before calling milter.runmilter()
# or they throw an exception.