Skip to content

Commit f529eec

Browse files
committed
Release version 0.18.1
1 parent dc84575 commit f529eec

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Injector Change Log
22
===================
33

4+
0.18.1
5+
------
6+
7+
- Fixed UnsatisfiedRequirement instantiation (trying to get its string representation would fail)
8+
- Fixed injecting a subclass of a generic type on Python versions older than 3.7.0
9+
- Fixed regression that caused BoundKey injection failure
10+
411
0.18.0
512
------
613

injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_type_hints(
5050

5151

5252
__author__ = 'Alec Thomas <alec@swapoff.org>'
53-
__version__ = '0.18.0'
53+
__version__ = '0.18.1'
5454
__version_tag__ = ''
5555

5656
log = logging.getLogger('injector')

0 commit comments

Comments
 (0)