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
commit9c84601ffab2c2bd571d5e35424f7e72f90022da (patch)
tree98c474c35a6b1660736a7f17fd179352f85117d8
parenta26332eaad5a54853c4cb4c16e15a68f6b0c77f6 (diff)
downloadlogutils-git-9c84601ffab2c2bd571d5e35424f7e72f90022da.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):
"""