Transfer ownership to ETS Labs

This commit is contained in:
Roman Mogilatov 2016-01-11 11:20:29 +02:00
parent f1429d557a
commit ae6067b96a
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.13.0' VERSION = '1.13.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.13.1
------
- Transfer ownership to `ETS Labs <https://github.com/ets-labs>`_.
1.13.0 1.13.0
------ ------
- Add ``DelegatedCallable`` provider. - Add ``DelegatedCallable`` provider.