Bump version to 4.38.0

This commit is contained in:
Roman Mogylatov 2022-01-30 23:27:58 -05:00
parent 0235d68265
commit ad0d430229
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
4.38.0
------
- Add new provider ``Aggregate``. It is a generalized version of ``FactoryAggregate`` that
can contain providers of any type, not only ``Factory``. See issue
`#530 <https://github.com/ets-labs/python-dependency-injector/issues/530>`_. Thanks to

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = "4.37.0"
__version__ = "4.38.0"
"""Version number.
:type: str