1.14.1 release

This commit is contained in:
Roman Mogilatov 2016-02-01 23:18:07 +02:00
parent 685108fdbe
commit b43a96d743
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -11,6 +11,10 @@ Development version
------------------- -------------------
- No features. - No features.
1.14.1
------
- Add meta description & keywords on docs index page.
1.14.0 1.14.0
------ ------
- Drop support of Python 3.2. - Drop support of Python 3.2.