mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 4.8.1
This commit is contained in:
parent
dd57c68ce5
commit
b425ac955c
|
@ -7,10 +7,17 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
4.8.1
|
||||
-----
|
||||
- Fix declarative container multi-level inheritance issue.
|
||||
See issue `#350 <https://github.com/ets-labs/python-dependency-injector/issues/350>`_.
|
||||
Many thanks to `Shaun Cutts <https://github.com/shaunc>`_ for submitting the issue.
|
||||
|
||||
4.8.0
|
||||
-----
|
||||
- Add support of overriding ``Container`` provider.
|
||||
See issue `#354 <https://github.com/ets-labs/python-dependency-injector/issues/354>`_.
|
||||
Many thanks to `Shaun Cutts <https://github.com/shaunc>`_ for submitting the issue.
|
||||
|
||||
4.7.0
|
||||
-----
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.8.0'
|
||||
__version__ = '4.8.1'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user