mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-21 17:16:46 +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.
|
||||
|
||||
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`_
|
||||
|
||||
|
||||
4.36.2
|
||||
------
|
||||
- Update docs.
|
||||
|
||||
4.36.1
|
||||
------
|
||||
- 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,
|
||||
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',
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.36.1'
|
||||
__version__ = '4.36.2'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user