Bump version to 4.32.0

This commit is contained in:
Roman Mogylatov 2021-04-18 21:47:47 -04:00
parent a34bd456e8
commit 42deda7eb5
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,13 @@ 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`_
4.32.0
------
- Add ``ContextLocalSingleton`` provider.
See PR: `#443 <https://github.com/ets-labs/python-dependency-injector/pull/442>`_.
Thanks to `@sonthonaxrk <https://github.com/sonthonaxrk>`_ for the contribution.
- Regenerate C sources using Cython 0.29.22.
4.31.2 4.31.2
------ ------
- Fix an issue with ``Dict`` provider non-string keys. - Fix an issue with ``Dict`` provider non-string keys.

View File

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