Skip to content

Commit d16e881

Browse files
committed
Merge branch 'release/3.38.1' into master
2 parents 4ec3cce + 72b2d05 commit d16e881

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

195195
When doing the testing you call the ``container.api_client.override()`` to replace the real API
196196
client with a mock:

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.38.1
11+
------
12+
- Fix README.
13+
1014
3.38.0
1115
------
1216
- Update "What is What is dependency injection?" documentation page.

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)