mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 3.30.4
This commit is contained in:
parent
597f6794a9
commit
e15a6dbb1d
|
@ -167,7 +167,6 @@ framework:
|
||||||
container.config.timeout.from_env('TIMEOUT')
|
container.config.timeout.from_env('TIMEOUT')
|
||||||
|
|
||||||
service = container.service()
|
service = container.service()
|
||||||
assert isinstance(service.api_client, ApiClient)
|
|
||||||
|
|
||||||
Retrieving of the ``Service`` instance now is done like this ``container.service()``.
|
Retrieving of the ``Service`` instance now is done like this ``container.service()``.
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
3.30.4
|
||||||
|
------
|
||||||
|
- Update README.
|
||||||
|
|
||||||
3.30.3
|
3.30.3
|
||||||
------
|
------
|
||||||
- Update README.
|
- Update README.
|
||||||
|
|
|
@ -36,4 +36,3 @@ if __name__ == '__main__':
|
||||||
container.config.timeout.from_env('TIMEOUT')
|
container.config.timeout.from_env('TIMEOUT')
|
||||||
|
|
||||||
service = container.service()
|
service = container.service()
|
||||||
assert isinstance(service.api_client, ApiClient)
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.30.3'
|
__version__ = '3.30.4'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user