summaryrefslogtreecommitdiff
path: root/logutils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'logutils/__init__.py')
-rw-r--r--logutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/logutils/__init__.py b/logutils/__init__.py
index 89b02f0..34de890 100644
--- a/logutils/__init__.py
+++ b/logutils/__init__.py
@@ -13,7 +13,7 @@ of Python, and so are packaged here.
import logging
from string import Template
-__version__ = '0.3.4'
+__version__ = '0.3.5'
class NullHandler(logging.Handler):
"""