Skip to content

Commit

Permalink
Version 4.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankorobkov committed Aug 17, 2020
1 parent 4ac0c15 commit 05ad3e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
python-inject changes
=====================

### 4.3.1 (2020-08-17)
- Use assertRaisesRegex instead of assertRaisesRegexp to fix deprecation warnings.

### 4.3.0 (2020-08-11)
- Support for classes in autoparams, #59.
- Support for asyncio, #66.
Expand Down
2 changes: 1 addition & 1 deletion inject/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def my_config(binder):
inject.configure(my_config)
"""
__version__ = '4.3.0'
__version__ = '4.3.1'
__author__ = 'Ivan Korobkov <ivan.korobkov@gmail.com>'
__license__ = 'Apache License 2.0'
__url__ = 'https://github.com/ivan-korobkov/python-inject'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read_description():

setup(
name='Inject',
version='4.3.0',
version='4.3.1',
url='https://github.com/ivankorobkov/python-inject',
license='Apache License 2.0',

Expand Down

0 comments on commit 05ad3e8

Please sign in to comment.