Changed status from "beta" to "production"; since logging has been part of the stdlib since 2.3, it should be safe to make this assertion ;-)

This commit is contained in:
Vinay Sajip 2006-05-18 07:28:58 +00:00
parent 007a382a4d
commit 9e9c2528a4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ except ImportError:
thread = None thread = None
__author__ = "Vinay Sajip <vinay_sajip@red-dove.com>" __author__ = "Vinay Sajip <vinay_sajip@red-dove.com>"
__status__ = "beta" __status__ = "production"
__version__ = "0.4.9.9" __version__ = "0.4.9.9"
__date__ = "06 February 2006" __date__ = "06 February 2006"