From 57b4913b9b300af2e8ce6749f03981d795c4daae Mon Sep 17 00:00:00 2001 From: Roman Mogylatov Date: Tue, 30 Mar 2021 14:02:12 -0600 Subject: [PATCH] Bump version to 4.31.2 and update changelog --- docs/main/changelog.rst | 7 +++++-- src/dependency_injector/__init__.py | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 952879fd..a946190d 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -7,11 +7,14 @@ that were made in every particular version. From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ -Development version -------------------- +4.31.2 +------ - Fix an issue with ``Dict`` provider non-string keys. See issue: `#435 `_. Thanks to `@daniel55411 `_ for reporting the issue. +- Fix Flask scoped contexts example. + See issue: `#440 `_. + Thanks to `@sonthonaxrk `_ for the contribution. 4.31.1 ------ diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 5a3edd54..a0b2c385 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = '4.31.1' +__version__ = '4.31.2' """Version number. :type: str