diff --git a/dependency_injector/__init__.py b/dependency_injector/__init__.py index f730fbd9..baa74f2a 100644 --- a/dependency_injector/__init__.py +++ b/dependency_injector/__init__.py @@ -51,7 +51,7 @@ from .errors import UndefinedProviderError from . import catalogs catalog = catalogs -VERSION = '1.14.1' +VERSION = '1.14.2' """Version number that follows semantic versioning. :type: str diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 22393521..f03b3446 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -11,6 +11,10 @@ Development version ------------------- - No features. +1.14.2 +------ +- Update documentation and description. + 1.14.1 ------ - Add meta description & keywords on docs index page.