1.14.9 release

This commit is contained in:
Roman Mogilatov 2016-03-01 17:04:01 +02:00
parent fbf654d824
commit ad27f44b67
2 changed files with 8 additions and 1 deletions

View File

@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
from . import catalogs
catalog = catalogs
VERSION = '1.14.8'
VERSION = '1.14.9'
"""Version number that follows semantic versioning.
:type: str

View File

@ -11,6 +11,13 @@ Development version
-------------------
- No features.
1.14.9
------
- Add ``override`` decorator in providers module.
- Add storing of originally decorated instance in ``inject`` decorator.
- Add several refactorings.
- Switch to ``pydocstyle`` tool from ``pep257``.
1.14.8
------
- Update README.