mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-03-03 11:15:47 +03:00
Bump version to 3.31.0
This commit is contained in:
parent
c05f2b2e42
commit
cc8536b5e4
|
@ -7,6 +7,13 @@ that were made in every particular version.
|
||||||
From version 0.7.6 *Dependency Injector* framework strictly
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
follows `Semantic versioning`_
|
||||||
|
|
||||||
|
3.31.0
|
||||||
|
------
|
||||||
|
- Add a feature that helps to inject provided instance attribute, item, or method call result
|
||||||
|
(see `Issue 281 <https://github.com/ets-labs/python-dependency-injector/issues/281>`_). Design
|
||||||
|
for this feature was provided by `JarnoRFB <https://github.com/JarnoRFB>`_. Many thanks to you,
|
||||||
|
JarnoRFB.
|
||||||
|
|
||||||
3.30.4
|
3.30.4
|
||||||
------
|
------
|
||||||
- Update README.
|
- Update README.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.30.4'
|
__version__ = '3.31.0'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user