From 229b84bfffa0c46a48da73b4f37dc5e9d0912d2f Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Fri, 22 Mar 2013 13:56:31 +0100 Subject: New version --- 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 f22e307..ee8ae09 100644 --- a/python-di.spec +++ b/python-di.spec @@ -4,7 +4,7 @@ %endif Name: python-di -Version: 0.2 +Version: 0.3 Release: 1%{?dist} Summary: Python library for dependency injection support @@ -52,6 +52,9 @@ rm -rf ${buildroot}%{python_sitelib}/setuptools/tests %doc README COPYING %changelog +* Fri Mar 22 2013 Martin Sivak - 0.3-1 +- Rename the register method to _inject_ + * Thu Dec 6 2012 Martin Sivak - 0.2-1 - DiRegistry support for accessing attributes of the decorated object -- cgit