mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +03:00
Increase version to 3.3.7
This commit is contained in:
parent
bd62c79702
commit
3a0e803e3c
|
@ -11,6 +11,13 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
3.3.7
|
||||||
|
-----
|
||||||
|
- Fix minor bug related to patch of ``Configuration`` provider in version
|
||||||
|
3.3.6 - special attribues were identified by formula ``__{text}`` - now
|
||||||
|
they are identified by formula ``__{text}__``, that is more correct
|
||||||
|
according to Python Data Model.
|
||||||
|
|
||||||
3.3.6
|
3.3.6
|
||||||
-----
|
-----
|
||||||
- Patch ``Configuration`` provider to raise ``AttributeError`` when there
|
- Patch ``Configuration`` provider to raise ``AttributeError`` when there
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.3.6'
|
__version__ = '3.3.7'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user