Skip to content

Commit

Permalink
Merge branch 'release/4.32.0' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Apr 19, 2021
2 parents 155f598 + 42deda7 commit fab4e3e
Show file tree
Hide file tree
Showing 12 changed files with 14,940 additions and 12,188 deletions.
7 changes: 7 additions & 0 deletions docs/main/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
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
------
- Fix an issue with ``Dict`` provider non-string keys.
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cython==0.29.21
cython==0.29.22
tox
coverage
flake8
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.31.2'
__version__ = '4.32.0'
"""Version number.
:type: str
Expand Down

0 comments on commit fab4e3e

Please sign in to comment.