[openstack-dev] debtcollector 0.2.0 released
Joshua Harlow
harlowja at outlook.com
Wed Feb 11 18:47:58 UTC 2015
The Oslo team is pleased to announce the release of:
debtcollector 0.2.0: A collection of python patterns that help you
collect your technical debt in a non-destructive manner.
For more details, please see the git log history below and:
http://launchpad.net/debtcollector/+milestone/0.2
Please report issues through launchpad:
http://bugs.launchpad.net/debtcollector
Changes in debtcollector 0.1.0..0.2.0
-------------------------------------
497c1b4 Add a removal decorator
7e3f6d4 Add doctested examples into the documentation
f6f967b Add universal wheel tag to setup.cfg
Diffstat (except docs and test files)
-------------------------------------
debtcollector/removals.py | 94 +++++++++++++++++
requirements.txt | 1 +
setup.cfg | 5 +-
8 files changed, 370 insertions(+), 1 deletion(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 7cc0111..1abdc3e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,0 +9 @@ oslo.utils>=1.2.0 # Apache-2.0
+wrapt>=1.7.0 # BSD License
More information about the OpenStack-dev
mailing list