Increase version to 3.3.7

This commit is contained in:
Roman Mogilatov 2017-03-29 01:34:08 +03:00
parent bd62c79702
commit 3a0e803e3c
2 changed files with 8 additions and 1 deletions

View File

@ -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

View File

@ -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