Release version 0.18.4
This commit is contained in:
parent
6b2d563acf
commit
6e7941d6d0
5
CHANGES
5
CHANGES
|
@ -1,6 +1,11 @@
|
|||
Injector Change Log
|
||||
===================
|
||||
|
||||
0.18.4
|
||||
------
|
||||
|
||||
- Fixed a bug where only one of multiple NoInject annotations was interpreted
|
||||
|
||||
0.18.3
|
||||
------
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ TYPING353 = hasattr(Union[str, int], '__origin__')
|
|||
|
||||
|
||||
__author__ = 'Alec Thomas <alec@swapoff.org>'
|
||||
__version__ = '0.18.3'
|
||||
__version__ = '0.18.4'
|
||||
__version_tag__ = ''
|
||||
|
||||
log = logging.getLogger('injector')
|
||||
|
|
Loading…
Reference in New Issue