Bump version to 3.14.5

This commit is contained in:
Roman Mogylatov 2019-03-21 22:22:57 -04:00
parent efdae17b57
commit b2a3404007
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.14.5
------
- Fix issue causing ``ThreadLocalSingleton`` provider to return ``None`` after
reset (thanks to `Jeroen Rietveld <https://github.com/jeroenrietveld>`_).
- Add test for ``ThreadLocalSingleton`` provider reset functionality (thanks

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.14.4'
__version__ = '3.14.5'
"""Version number that follows semantic versioning.
:type: str