Skip to content

Commit 6febd03

Browse files
committed
Bump version to 3.43.1
1 parent 0cddc4c commit 6febd03

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ client with a mock:
198198
with container.api_client.override(mock.Mock()):
199199
service = container.service()
200200
201-
You can override any provider by another provider.
201+
You can override any provider with another provider.
202202

203203
It also helps you in configuring project for the different environments: replace an API client
204204
with a stub on the dev or stage.

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.43.1
11+
------
12+
- Fix a typo in README.
13+
1014
3.43.0
1115
------
1216
- Update API documentation.

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Top-level package."""
22

3-
__version__ = '3.43.0'
3+
__version__ = '3.43.1'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)