Merge branch 'release/3.43.1' into master

This commit is contained in:
Roman Mogylatov 2020-09-09 23:48:30 -04:00
commit f56b5398ef
3 changed files with 6 additions and 2 deletions

View File

@ -198,7 +198,7 @@ client with a mock:
with container.api_client.override(mock.Mock()):
service = container.service()
You can override any provider by another provider.
You can override any provider with another provider.
It also helps you in configuring project for the different environments: replace an API client
with a stub on the dev or stage.

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.43.1
------
- Fix a typo in README.
3.43.0
------
- Update API documentation.

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = '3.43.0'
__version__ = '3.43.1'
"""Version number.
:type: str