1.14.3 release

This commit is contained in:
Roman Mogilatov 2016-02-08 00:37:39 +02:00
parent 0e5ec6956e
commit 6c26643e92
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.2'
VERSION = '1.14.3'
"""Version number that follows semantic versioning.
:type: str

View File

@ -11,6 +11,13 @@ Development version
-------------------
- No features.
1.14.3
------
- Optimize internals of providers.
- Optimize ``Callable`` provider.
- Optimize ``Factory`` provider.
- Optimize ``Singleton`` provider.
1.14.2
------
- Update documentation and description.