mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 4.10.3
This commit is contained in:
parent
e338309c10
commit
c865e7c90d
|
@ -7,8 +7,8 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
Development version
|
||||
-------------------
|
||||
4.10.3
|
||||
------
|
||||
- Fix a bug in the ``Configuration`` provider: strict mode didn't work when provider
|
||||
is overridden by ``None``.
|
||||
See issue: `#358#issuecomment-761607432 <https://github.com/ets-labs/python-dependency-injector/issues/358#issuecomment-761607432>`_.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.10.2'
|
||||
__version__ = '4.10.3'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user