summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2017-06-24 21:09:13 +0100
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2017-06-24 21:09:13 +0100
commit8b19e12b91cf0495a92900c3b48069c09618f726 (patch)
tree47d792ca947b2421df217a92c46d2447502cd181
parentafa468d3af5b39f935456626afde42279d0a9b34 (diff)
downloadlogutils-8b19e12b91cf0495a92900c3b48069c09618f726.tar.gz
Bumped version number.
-rw-r--r--doc/conf.py2
-rw-r--r--logutils/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index f19593e..4c547fb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2010-2017, Vinay Sajip'
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
-release = '0.3.5'
+release = '0.3.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/logutils/__init__.py b/logutils/__init__.py
index 34de890..7e7004d 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.5'
+__version__ = '0.3.6'
class NullHandler(logging.Handler):
"""