Merge branch 'release/4.36.2' into master

This commit is contained in:
Roman Mogylatov 2021-09-28 14:59:28 -04:00
commit 258c55dd22
4 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -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]``.

View File

@ -33,7 +33,7 @@ setup(name='dependency-injector',
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',

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = '4.36.1'
__version__ = '4.36.2'
"""Version number.
:type: str