diff --git a/README.rst b/README.rst index f2135cb..9d1ee21 100644 --- a/README.rst +++ b/README.rst @@ -939,8 +939,9 @@ everything listed here.) Changelog ========= -Since v0.8: +v0.9: +* Added validation of python types of public args. * Improved error messages for all Pinject-raised exceptions. * Added use_short_stack_traces arg to ``new_object_graph()``. * Allowed multiple ``@provides`` on single provider method. diff --git a/setup.py b/setup.py index 94217f0..f41648c 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup(name='pinject', - version='0.8', + version='0.9', description='A pythonic dependency injection library', author='Kurt Steinkraus', author_email='kurt@steinkraus.us',