mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 3.14.5
This commit is contained in:
parent
efdae17b57
commit
b2a3404007
|
@ -7,8 +7,8 @@ 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
|
3.14.5
|
||||||
-------------------
|
------
|
||||||
- Fix issue causing ``ThreadLocalSingleton`` provider to return ``None`` after
|
- Fix issue causing ``ThreadLocalSingleton`` provider to return ``None`` after
|
||||||
reset (thanks to `Jeroen Rietveld <https://github.com/jeroenrietveld>`_).
|
reset (thanks to `Jeroen Rietveld <https://github.com/jeroenrietveld>`_).
|
||||||
- Add test for ``ThreadLocalSingleton`` provider reset functionality (thanks
|
- Add test for ``ThreadLocalSingleton`` provider reset functionality (thanks
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.14.4'
|
__version__ = '3.14.5'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user