prep for release 0.7.2
Change-Id: I2ea8d2443860c64bc5f8e9474b9326e1d3dac39c Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
This commit is contained in:
parent
e7259f89ad
commit
0a51bfd008
@ -2,6 +2,10 @@
|
||||
History
|
||||
=========
|
||||
|
||||
0.7.2
|
||||
|
||||
- Fix logging support for Python 2.6.
|
||||
|
||||
0.7.1
|
||||
|
||||
- Fix an issue with logging configuration.
|
||||
|
2
setup.py
2
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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user