summaryrefslogtreecommitdiff
path: root/logutils/__init__.py
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-24 12:52:32 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2013-01-24 12:52:32 +0000
commit095f14efbaaf838b7772bffd36a466abb9668efe (patch)
treea5141b7709c586ac58952d0d87dc1899a79fe5fb /logutils/__init__.py
parent6844371fef78a28743e72ff7ce92bb786c64073e (diff)
downloadlogutils-095f14efbaaf838b7772bffd36a466abb9668efe.tar.gz
Changes for 0.3.3.0.3.3
Diffstat (limited to 'logutils/__init__.py')
-rw-r--r--logutils/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/logutils/__init__.py b/logutils/__init__.py
index f9a677c..44e261f 100644
--- a/logutils/__init__.py
+++ b/logutils/__init__.py
@@ -1,3 +1,6 @@
+#
+# Copyright (C) 2010-2013 Vinay Sajip. See LICENSE.txt for details.
+#
"""
The logutils package provides a set of handlers for the Python standard
library's logging package.
@@ -10,7 +13,7 @@ of Python, and so are packaged here.
import logging
from string import Template
-__version__ = '0.3.2'
+__version__ = '0.3.3'
class NullHandler(logging.Handler):
"""