Merge branch 'release/4.3.6' into master

This commit is contained in:
Roman Mogylatov 2020-11-05 12:37:37 -05:00
commit 4120afd1c3
2 changed files with 6 additions and 2 deletions

View File

@ -7,12 +7,16 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ follows `Semantic versioning`_
4.3.6
-----
- Fix changelog typo.
4.3.5 4.3.5
----- -----
- Fix a bug in ``wiring`` module that caused multiple imports of the modules - Fix a bug in ``wiring`` module that caused multiple imports of the modules
when ``.wire(packages=[...])`` is used when ``.wire(packages=[...])`` is used
(See issue `#320 <https://github.com/ets-labs/python-dependency-injector/issues/320>`_). Thanks (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 4.3.4
----- -----

View File

@ -1,6 +1,6 @@
"""Top-level package.""" """Top-level package."""
__version__ = '4.3.5' __version__ = '4.3.6'
"""Version number. """Version number.
:type: str :type: str