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 ++++- setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 diff --git a/setup.py b/setup.py index f67722e..e0b5643 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(fname): setup( name = "di", - version = "0.2", + version = "0.3", author = "Martin Sivak", author_email = "msivak@redhat.com", description = ("Python module which provides decorators to make " -- cgit