Merge branch 'release/3.30.4' into master

This commit is contained in:
Roman Mogylatov 2020-08-16 01:16:40 -04:00
commit 50a9dda192
4 changed files with 5 additions and 3 deletions

View File

@ -167,7 +167,6 @@ framework:
container.config.timeout.from_env('TIMEOUT')
service = container.service()
assert isinstance(service.api_client, ApiClient)
Retrieving of the ``Service`` instance now is done like this ``container.service()``.

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.30.4
------
- Update README.
3.30.3
------
- Update README.

View File

@ -36,4 +36,3 @@ if __name__ == '__main__':
container.config.timeout.from_env('TIMEOUT')
service = container.service()
assert isinstance(service.api_client, ApiClient)

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.30.3'
__version__ = '3.30.4'
"""Version number that follows semantic versioning.
:type: str