1.14.8 release

This commit is contained in:
Roman Mogilatov 2016-02-27 00:19:09 +02:00
parent b38ade5b69
commit b53c1bbffe
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -11,6 +11,10 @@ Development version
-------------------
- No features.
1.14.8
------
- Update README.
1.14.7
------
- Add one more example in README (inline providers and injections).