Bump version to 3.31.0

This commit is contained in:
Roman Mogylatov 2020-08-20 21:59:09 -04:00
parent c05f2b2e42
commit cc8536b5e4
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
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
------
- Update README.

View File

@ -1,6 +1,6 @@
"""Dependency injector top-level package."""
__version__ = '3.30.4'
__version__ = '3.31.0'
"""Version number that follows semantic versioning.
:type: str