Update version in source code and docs.

This commit is contained in:
Graham Dumpleton 2017-03-15 10:57:11 +11:00
parent 40109dc4a2
commit 675172324f
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ copyright = u'2013-2016, Graham Dumpleton'
# The short X.Y version.
version = '1.10'
# The full version, including alpha/beta/rc tags.
release = '1.10.8'
release = '1.10.9'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -1,4 +1,4 @@
__version_info__ = ('1', '10', '8')
__version_info__ = ('1', '10', '9')
__version__ = '.'.join(__version_info__)
from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,