Revert versions to 1.1.1 for a bug fix only release.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Changes
|
||||
=======
|
||||
|
||||
Version 1.2.0
|
||||
Version 1.1.1
|
||||
-------------
|
||||
|
||||
**Bugs Fixed**
|
||||
|
||||
2
setup.py
2
setup.py
@@ -34,7 +34,7 @@ class optional_build_ext(build_ext):
|
||||
|
||||
setup_kwargs = dict(
|
||||
name = 'wrapt',
|
||||
version = '1.1.0',
|
||||
version = '1.1.1',
|
||||
description = 'Module for decorators, wrappers and monkey patching.',
|
||||
author = 'Graham Dumpleton',
|
||||
author_email = 'Graham.Dumpleton@gmail.com',
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version_info__ = ('1', '2', '0')
|
||||
__version_info__ = ('1', '1', '1')
|
||||
__version__ = '.'.join(__version_info__)
|
||||
|
||||
from .wrappers import ObjectProxy, FunctionWrapper, WeakFunctionProxy
|
||||
|
||||
Reference in New Issue
Block a user