mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 03:36:41 +03:00
Increase version to 3.3.6
This commit is contained in:
parent
0373756eba
commit
a59530d228
|
@ -11,6 +11,14 @@ Development version
|
|||
-------------------
|
||||
- No features.
|
||||
|
||||
3.3.6
|
||||
-----
|
||||
- Patch ``Configuration`` provider to raise ``AttributeError`` when there
|
||||
is an attempt to access special attribute like ``__module__`` or
|
||||
``__name__`` (this behaviour is identical to behaviour of ``object``).
|
||||
- Apply minor refactoring for ``providers`` module.
|
||||
- Remove cythonization from travis building process.
|
||||
|
||||
3.3.5
|
||||
-----
|
||||
- [Refactoring] Consolidate all containers in
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
__version__ = '3.3.5'
|
||||
__version__ = '3.3.6'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user