File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ framework:
189189
190190 Retrieving of the ``Service `` instance now is done like this ``container.service() ``.
191191
192- The responsibility of assembling the object is consolidated in the container. When you need to
193- make a change you do it in one place.
192+ Objects assembling is consolidated in the container. When you need to make a change you do it in
193+ one place.
194194
195195When doing the testing you call the ``container.api_client.override() `` to replace the real API
196196client with a mock:
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ that were made in every particular version.
77From version 0.7.6 *Dependency Injector * framework strictly
88follows `Semantic versioning `_
99
10+ 3.38.1
11+ ------
12+ - Fix README.
13+
10143.38.0
1115------
1216- Update "What is What is dependency injection?" documentation page.
Original file line number Diff line number Diff line change 11"""Dependency injector top-level package."""
22
3- __version__ = '3.38.0 '
3+ __version__ = '3.38.1 '
44"""Version number that follows semantic versioning.
55
66:type: str
You can’t perform that action at this time.
0 commit comments