Skip to content

Commit

Permalink
Prepare release 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Feb 7, 2019
1 parent 5d4f4db commit c1be7ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Injector Change Log
===================

0.15.0
------

- Added type information for Injector.create_object() (patch #101 thanks to David Pärsson)
- Made the code easier to understand (patch #105 thanks to Christian Clauss)
- Opted the package into distributing type information and checking it (PEP 561)

0.14.1
------

Expand Down
2 changes: 1 addition & 1 deletion injector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.14.1'
__version__ = '0.15.0'
__version_tag__ = ''

log = logging.getLogger('injector')
Expand Down

0 comments on commit c1be7ea

Please sign in to comment.