mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-28 20:44:01 +03:00
Release/3.11.1 -> Develop (#181)
* Specify sphix version * Fix small typo in documentation (#180) * Bump version to 3.11.1 * Complement the list of contributors
This commit is contained in:
parent
d5bd3bdfce
commit
de7b38626b
|
@ -4,3 +4,5 @@ Dependency Injector Contributors
|
||||||
+ Roman Mogilatov (rmk135)
|
+ Roman Mogilatov (rmk135)
|
||||||
+ Konstantin vz'One Enchant (sirkonst)
|
+ Konstantin vz'One Enchant (sirkonst)
|
||||||
+ Terrence Brannon (metaperl)
|
+ Terrence Brannon (metaperl)
|
||||||
|
+ Stanislav Lobanov (asyncee)
|
||||||
|
+ James Lafa (jameslafa)
|
||||||
|
|
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
3.11.1
|
||||||
|
------
|
||||||
|
- Fix small typo in documentation (thanks to James Lafa).
|
||||||
|
|
||||||
3.11.0
|
3.11.0
|
||||||
------
|
------
|
||||||
- Improve ``Configuration`` provider overriding logic.
|
- Improve ``Configuration`` provider overriding logic.
|
||||||
|
|
|
@ -33,7 +33,7 @@ Example:
|
||||||
DBAPI 2.0 database connection. Being a self-sufficient library,
|
DBAPI 2.0 database connection. Being a self-sufficient library,
|
||||||
``UsersService`` doesn't hardcode any kind of database management logic.
|
``UsersService`` doesn't hardcode any kind of database management logic.
|
||||||
Instead of this, ``UsersService`` has external dependency, that has to
|
Instead of this, ``UsersService`` has external dependency, that has to
|
||||||
be satisfied by cleint's code, out of library's scope.
|
be satisfied by client's code, out of library's scope.
|
||||||
|
|
||||||
.. image:: /images/providers/dependency.png
|
.. image:: /images/providers/dependency.png
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.11.0'
|
__version__ = '3.11.1'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user