Skip to content

Commit fab4e3e

Browse files
committed
Merge branch 'release/4.32.0' into master
2 parents 155f598 + 42deda7 commit fab4e3e

File tree

12 files changed

+14940
-12188
lines changed

12 files changed

+14940
-12188
lines changed

docs/main/changelog.rst

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

10+
4.32.0
11+
------
12+
- Add ``ContextLocalSingleton`` provider.
13+
See PR: `#443 <https://github.com/ets-labs/python-dependency-injector/pull/442>`_.
14+
Thanks to `@sonthonaxrk <https://github.com/sonthonaxrk>`_ for the contribution.
15+
- Regenerate C sources using Cython 0.29.22.
16+
1017
4.31.2
1118
------
1219
- Fix an issue with ``Dict`` provider non-string keys.

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.21
1+
cython==0.29.22
22
tox
33
coverage
44
flake8

src/dependency_injector/__init__.py

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

3-
__version__ = '4.31.2'
3+
__version__ = '4.32.0'
44
"""Version number.
55
66
:type: str

0 commit comments

Comments
 (0)