mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +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.
|
||||
|
||||
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
|
||||
-----
|
||||
- Patch ``Configuration`` provider to raise ``AttributeError`` when there
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
__version__ = '3.3.6'
|
||||
__version__ = '3.3.7'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user