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:
Roman Mogylatov 2018-01-26 19:34:38 +02:00 committed by GitHub
parent d5bd3bdfce
commit de7b38626b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View File

@ -4,3 +4,5 @@ Dependency Injector Contributors
+ Roman Mogilatov (rmk135)
+ Konstantin vz'One Enchant (sirkonst)
+ Terrence Brannon (metaperl)
+ Stanislav Lobanov (asyncee)
+ James Lafa (jameslafa)

View File

@ -7,6 +7,10 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.11.1
------
- Fix small typo in documentation (thanks to James Lafa).
3.11.0
------
- Improve ``Configuration`` provider overriding logic.

View File

@ -33,7 +33,7 @@ Example:
DBAPI 2.0 database connection. Being a self-sufficient library,
``UsersService`` doesn't hardcode any kind of database management logic.
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

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.11.0'
__version__ = '3.11.1'
"""Version number that follows semantic versioning.
:type: str