mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Bump version to 4.32.0
This commit is contained in:
parent
a34bd456e8
commit
42deda7eb5
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user