Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update to v0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtSteinkraus committed Jul 8, 2013
1 parent 4575132 commit 68eb42c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


setup(name='pinject',
version='0.8',
version='0.9',
description='A pythonic dependency injection library',
author='Kurt Steinkraus',
author_email='[email protected]',
Expand Down

0 comments on commit 68eb42c

Please sign in to comment.