Bump version to 4.3.5

This commit is contained in:
Roman Mogylatov 2020-11-05 12:23:47 -05:00
parent 3c71ba4b2a
commit 6b93c2e412
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,13 @@ 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.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.
4.3.4 4.3.4
----- -----
- Fix a bug in ``Configuration`` provider that resulted in not working ``.reset_override()`` - Fix a bug in ``Configuration`` provider that resulted in not working ``.reset_override()``

View File

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