Increment version to 1.10.11.
This commit is contained in:
@@ -41,7 +41,7 @@ master_doc = 'index'
|
|||||||
|
|
||||||
# General information about the project.
|
# General information about the project.
|
||||||
project = u'wrapt'
|
project = u'wrapt'
|
||||||
copyright = u'2013-2016, Graham Dumpleton'
|
copyright = u'2013-2017, Graham Dumpleton'
|
||||||
|
|
||||||
# The version info for the project you're documenting, acts as replacement for
|
# The version info for the project you're documenting, acts as replacement for
|
||||||
# |version| and |release|, also used in various other places throughout the
|
# |version| and |release|, also used in various other places throughout the
|
||||||
@@ -50,7 +50,7 @@ copyright = u'2013-2016, Graham Dumpleton'
|
|||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '1.10'
|
version = '1.10'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '1.10.10'
|
release = '1.10.11'
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -47,7 +47,7 @@ classifiers = [
|
|||||||
|
|
||||||
setup_kwargs = dict(
|
setup_kwargs = dict(
|
||||||
name='wrapt',
|
name='wrapt',
|
||||||
version='1.10.10',
|
version='1.10.11',
|
||||||
description='Module for decorators, wrappers and monkey patching.',
|
description='Module for decorators, wrappers and monkey patching.',
|
||||||
long_description=open('README.rst').read(),
|
long_description=open('README.rst').read(),
|
||||||
author='Graham Dumpleton',
|
author='Graham Dumpleton',
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
__version_info__ = ('1', '10', '10')
|
__version_info__ = ('1', '10', '11')
|
||||||
__version__ = '.'.join(__version_info__)
|
__version__ = '.'.join(__version_info__)
|
||||||
|
|
||||||
from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
|
from .wrappers import (ObjectProxy, CallableObjectProxy, FunctionWrapper,
|
||||||
|
|||||||
Reference in New Issue
Block a user