diff --git a/docs/source/history.rst b/docs/source/history.rst index 278269f..1ad4b1e 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -2,6 +2,10 @@ History ========= +0.7.2 + + - Fix logging support for Python 2.6. + 0.7.1 - Fix an issue with logging configuration. diff --git a/setup.py b/setup.py index 0a07cb3..7d70c35 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires = ['distribute', setup( name='stevedore', - version='0.7.1', + version='0.7.2', description='Manage dynamic plugins for Python applications', long_description=long_description,