mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 4.3.6
This commit is contained in:
parent
02acaba034
commit
3ff5c8ce82
|
@ -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
|
||||
-----
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.3.5'
|
||||
__version__ = '4.3.6'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user