8000 Merge branch 'release/3.32.3' into master · bimec/python-dependency-injector@47f4279 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47f4279

Browse files
committed
Merge branch 'release/3.32.3' into master
2 parents 0c868fc + 15acccf commit 47f4279

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ code becomes more flexible, clear and it is easier to test it.
6363
How to implement dependency injection?
6464
--------------------------------------
6565

66-
Objects do not create each other anymore. They provide a way to inject the needed dependency
66+
Objects do not create each other anymore. They provide a way to inject the needed dependencies
6767
instead.
6868

6969
Before:
@@ -224,7 +224,7 @@ How does it different from the other frameworks?
224224

225225
``Dependency Injector`` makes a simple contract with you:
226226

227-
- You tell the framework how to build you code
227+
- You tell the framework how to assemble your objects
228228
- The framework does it for you
229229

230230
The power of the ``Dependency Injector`` is in its simplicity and straightforwardness. It is a simple tool for the powerful concept.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ How does it different from the other frameworks?
7676

7777
``Dependency Injector`` makes a simple contract with you:
7878

79-
- You tell the framework how to build you code
79+
- You tell the framework how to assemble your objects
8080
- The framework does it for you
8181

8282
The power of the ``Dependency Injector`` is in its simplicity and straightforwardness. It is a simple tool for the powerful concept.

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.32.3
11+
------
12+
- Fix few typos on README and docs main pages.
13+
1014
3.32.2
1115
------
1216
- Make a fix in the factory delegation example (thanks to

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.32.2'
3+
__version__ = '3.32.3'
44
"""Version number that follows semantic versioning.
55
66
:type: str

0 commit comments

Comments
 (0)
0