mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 01:26:51 +03:00
Merge branch 'release/4.36.2' into master
This commit is contained in:
commit
258c55dd22
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2021, ETS Labs
|
Copyright (c) 2021, Roman Mogylatov
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -8,6 +8,10 @@ From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
|
||||||
|
4.36.2
|
||||||
|
------
|
||||||
|
- Update docs.
|
||||||
|
|
||||||
4.36.1
|
4.36.1
|
||||||
------
|
------
|
||||||
- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``.
|
- Fix a wiring bug with improper resolving of ``Provide[some_provider.provider]``.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -33,7 +33,7 @@ setup(name='dependency-injector',
|
||||||
version=version,
|
version=version,
|
||||||
description='Dependency injection framework for Python',
|
description='Dependency injection framework for Python',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
author='ETS Labs',
|
author='Roman Mogylatov',
|
||||||
author_email='rmogilatov@gmail.com',
|
author_email='rmogilatov@gmail.com',
|
||||||
maintainer='Roman Mogylatov',
|
maintainer='Roman Mogylatov',
|
||||||
maintainer_email='rmogilatov@gmail.com',
|
maintainer_email='rmogilatov@gmail.com',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Top-level package."""
|
"""Top-level package."""
|
||||||
|
|
||||||
__version__ = '4.36.1'
|
__version__ = '4.36.2'
|
||||||
"""Version number.
|
"""Version number.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user