mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Merge branch 'release/3.38.1' into master
This commit is contained in:
commit
d16e8817db
|
@ -189,8 +189,8 @@ framework:
|
|||
|
||||
Retrieving of the ``Service`` instance now is done like this ``container.service()``.
|
||||
|
||||
The responsibility of assembling the object is consolidated in the container. When you need to
|
||||
make a change you do it in one place.
|
||||
Objects assembling is consolidated in the container. When you need to make a change you do it in
|
||||
one place.
|
||||
|
||||
When doing the testing you call the ``container.api_client.override()`` to replace the real API
|
||||
client with a mock:
|
||||
|
|
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
3.38.1
|
||||
------
|
||||
- Fix README.
|
||||
|
||||
3.38.0
|
||||
------
|
||||
- Update "What is What is dependency injection?" documentation page.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
__version__ = '3.38.0'
|
||||
__version__ = '3.38.1'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user