1.14.10 release

This commit is contained in:
Roman Mogilatov 2016-03-09 11:39:05 +02:00
parent 85c5759af9
commit dba896670c
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.9'
VERSION = '1.14.10'
"""Version number that follows semantic versioning.
:type: str

View File

@ -11,6 +11,10 @@ Development version
-------------------
- No features.
1.14.10
-------
- Add "catalog-providing-callbacks" example and several tests for it.
1.14.9
------
- Add ``override`` decorator in providers module.