diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 61d50989..5dab5c90 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -4,3 +4,5 @@ Dependency Injector Contributors + Roman Mogilatov (rmk135) + Konstantin vz'One Enchant (sirkonst) + Terrence Brannon (metaperl) ++ Stanislav Lobanov (asyncee) ++ James Lafa (jameslafa) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 816d279c..8e834b0a 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -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. diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index c1fe5ecb..f8228f9f 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -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