Bump version to 4.31.2 and update changelog

This commit is contained in:
Roman Mogylatov 2021-03-30 14:02:12 -06:00
parent 664a6ca5d9
commit 57b4913b9b
2 changed files with 6 additions and 3 deletions

View File

@ -7,11 +7,14 @@ 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`_
Development version 4.31.2
------------------- ------
- Fix an issue with ``Dict`` provider non-string keys. - Fix an issue with ``Dict`` provider non-string keys.
See issue: `#435 <https://github.com/ets-labs/python-dependency-injector/issues/435>`_. See issue: `#435 <https://github.com/ets-labs/python-dependency-injector/issues/435>`_.
Thanks to `@daniel55411 <https://github.com/daniel55411>`_ for reporting the issue. Thanks to `@daniel55411 <https://github.com/daniel55411>`_ for reporting the issue.
- Fix Flask scoped contexts example.
See issue: `#440 <https://github.com/ets-labs/python-dependency-injector/pull/440>`_.
Thanks to `@sonthonaxrk <https://github.com/sonthonaxrk>`_ for the contribution.
4.31.1 4.31.1
------ ------

View File

@ -1,6 +1,6 @@
"""Top-level package.""" """Top-level package."""
__version__ = '4.31.1' __version__ = '4.31.2'
"""Version number. """Version number.
:type: str :type: str