Skip to content

Commit de7b386

Browse files
authored
Release/3.11.1 -> Develop (ets-labs#181)
* Specify sphix version * Fix small typo in documentation (ets-labs#180) * Bump version to 3.11.1 * Complement the list of contributors
1 parent d5bd3bd commit de7b386

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CONTRIBUTORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ Dependency Injector Contributors
44
+ Roman Mogilatov (rmk135)
55
+ Konstantin vz'One Enchant (sirkonst)
66
+ Terrence Brannon (metaperl)
7+
+ Stanislav Lobanov (asyncee)
8+
+ James Lafa (jameslafa)

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.11.1
11+
------
12+
- Fix small typo in documentation (thanks to James Lafa).
13+
1014
3.11.0
1115
------
1216
- Improve ``Configuration`` provider overriding logic.

docs/providers/dependency.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Example:
3333
DBAPI 2.0 database connection. Being a self-sufficient library,
3434
``UsersService`` doesn't hardcode any kind of database management logic.
3535
Instead of this, ``UsersService`` has external dependency, that has to
36-
be satisfied by cleint's code, out of library's scope.
36+
be satisfied by client's code, out of library's scope.
3737

3838
.. image:: /images/providers/dependency.png
3939

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

0 commit comments

Comments
 (0)