From 31fc9917f464d0a2251e108d6c8321c8ac7d7978 Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Thu, 6 Dec 2012 14:31:00 +0100 Subject: Support accessing (class)attributes of the object decorated by @inject --- python-di.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'python-di.spec') diff --git a/python-di.spec b/python-di.spec index 1d91d9c..7b05af8 100644 --- a/python-di.spec +++ b/python-di.spec @@ -4,7 +4,7 @@ %endif Name: python-di -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: Python library for dependency injection support @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Dec 6 2012 Martin Sivak - 0.2-1 +- DiRegistry support for accessing attributes of the decorated object + * Fri Nov 23 2012 Martin Sivak - 0.1-1 - Inital release -- cgit