diff --git a/LICENSE.rst b/LICENSE.rst index 5c61eb46..65200537 100644 --- a/LICENSE.rst +++ b/LICENSE.rst @@ -1,4 +1,4 @@ -Copyright (c) 2021, ETS Labs +Copyright (c) 2021, Roman Mogylatov All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/docs/main/changelog.rst b/docs/main/changelog.rst index 50bc7cae..d3a1db68 100644 --- a/docs/main/changelog.rst +++ b/docs/main/changelog.rst @@ -8,6 +8,10 @@ From version 0.7.6 *Dependency Injector* framework strictly follows `Semantic versioning`_ +4.36.2 +------ +- Update docs. + 4.36.1 ------ - Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``. diff --git a/setup.py b/setup.py index 0378326d..0a47d594 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ version=version, description='Dependency injection framework for Python', long_description=description, - author='ETS Labs', + author='Roman Mogylatov', author_email='rmogilatov@gmail.com', maintainer='Roman Mogylatov', maintainer_email='rmogilatov@gmail.com', diff --git a/src/dependency_injector/__init__.py b/src/dependency_injector/__init__.py index 2c2b8ba3..cdbb9c59 100644 --- a/src/dependency_injector/__init__.py +++ b/src/dependency_injector/__init__.py @@ -1,6 +1,6 @@ """Top-level package.""" -__version__ = '4.36.1' +__version__ = '4.36.2' """Version number. :type: str