mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-23 01:56:58 +03:00
Bump version to 4.3.5
This commit is contained in:
parent
3c71ba4b2a
commit
6b93c2e412
|
@ -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()``
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user