Skip to content

Commit

Permalink
Merge branch 'release/4.11.3' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Jan 28, 2021
2 parents 9136fdc + aca6766 commit 9225f9d
Show file tree
Hide file tree
Showing 6 changed files with 4,157 additions and 4,484 deletions.
7 changes: 7 additions & 0 deletions docs/main/changelog.rst
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.11.3
------
- Replace weakrefs with normal refs in ``ConfigurationOption`` to support
``Container().provider()`` use case. Test that it does not introduce a memory leak.
See issue: `#358#issuecomment-764482059 <https://github.com/ets-labs/python-dependency-injector/issues/358#issuecomment-764482059>`_.
Many thanks to `@Minitour <https://github.com/Minitour>`_ for reporting the issue.

4.11.2
------
- Fix a bug in ``providers.Container`` when it's declared not at class root level.
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.11.2'
__version__ = '4.11.3'
"""Version number.
:type: str
Expand Down
6 changes: 3 additions & 3 deletions src/dependency_injector/containers.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9225f9d

Please sign in to comment.