diff options
author | kumar <kumar.mcmillan@gmail.com> | 2011-08-02 15:22:08 -0500 |
---|---|---|
committer | kumar <kumar.mcmillan@gmail.com> | 2011-08-02 15:22:08 -0500 |
commit | 2a9857a3de2f7a93a7c4d97b6b2134bfadca4176 (patch) | |
tree | f5d0c2a06c9c6786ace01b3001cceceab911ec1b /doc | |
parent | f2c1ed09b74e1949e40cea35cccfc7c8eebcfb66 (diff) | |
download | nose-2a9857a3de2f7a93a7c4d97b6b2134bfadca4176.tar.gz |
Apparently messages can be ints? This prevents Unicode decode (Issue 442)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py | 2 |
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. |