Skip to content

Commit

Permalink
Merge branch 'release/4.3.6' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rmk135 committed Nov 5, 2020
2 parents 02acaba + 3ff5c8c commit 4120afd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/main/changelog.rst
Expand Up @@ -7,12 +7,16 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_

4.3.6
-----
- Fix changelog typo.

4.3.5
-----
- Fix a bug in ``wiring`` module that caused multiple imports of the modules
when ``.wire(packages=[...])`` is used
(See issue `#320 <https://github.com/ets-labs/python-dependency-injector/issues/320>`_). Thanks
to `Federico iskorini <iskorini>`_ for reporting the issue.
to `Federico iskorini <https://github.com/iskorini>`_ for reporting the issue.

4.3.4
-----
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.3.5'
__version__ = '4.3.6'
"""Version number.
:type: str
Expand Down

0 comments on commit 4120afd

Please sign in to comment.