Skip to content

Commit d04fe41

Browse files
committed
Merge branch 'release/3.14.5' into master
2 parents 6c9bff1 + b2a3404 commit d04fe41

File tree

8 files changed

+301
-224
lines changed

8 files changed

+301
-224
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ Dependency Injector Contributors
77
+ Stanislav Lobanov (asyncee)
88
+ James Lafa (jameslafa)
99
+ Vlad Ghita (vlad-ghita)
10+
+ Jeroen Rietveld (jeroenrietveld)

docs/main/changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.14.5
11+
------
12+
- Fix issue causing ``ThreadLocalSingleton`` provider to return ``None`` after
13+
reset (thanks to `Jeroen Rietveld <https://github.com/jeroenrietveld>`_).
14+
- Add test for ``ThreadLocalSingleton`` provider reset functionality (thanks
15+
to `Jeroen Rietveld <https://github.com/jeroenrietveld>`_).
16+
- Regenerate C sources using Cython 0.29.6.
17+
18+
1019
3.14.4
1120
------
1221
- Fix typo in providers doc (thanks to `Vlad Ghita <https://github.com/vlad-ghita>`_).

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cython==0.29.2
1+
cython==0.29.6
22
tox
33
unittest2
44
coverage

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
__version__ = '3.14.4'
3+
__version__ = '3.14.5'
44
"""Version number that follows semantic versioning.
55
66
:type: str

src/dependency_injector/containers.c

Lines changed: 66 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)