summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkumar <kumar.mcmillan@gmail.com>2011-08-02 15:22:08 -0500
committerkumar <kumar.mcmillan@gmail.com>2011-08-02 15:22:08 -0500
commit2a9857a3de2f7a93a7c4d97b6b2134bfadca4176 (patch)
treef5d0c2a06c9c6786ace01b3001cceceab911ec1b /doc
parentf2c1ed09b74e1949e40cea35cccfc7c8eebcfb66 (diff)
downloadnose-2a9857a3de2f7a93a7c4d97b6b2134bfadca4176.tar.gz
Apparently messages can be ints? This prevents Unicode decode (Issue 442)
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 3fb4326..00705b7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -57,7 +57,7 @@ copyright = u'2009, Jason Pellerin'
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
-release = '1.1.2'
+release = '1.1.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.