Release version 0.18.4

This commit is contained in:
Jakub Stasiak 2020-09-22 20:44:08 +02:00
parent 6b2d563acf
commit 6e7941d6d0
2 changed files with 6 additions and 1 deletions

View File

@ -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
------

View File

@ -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')