Bump version to 3.38.0

This commit is contained in:
Roman Mogylatov 2020-09-03 23:22:11 -04:00
parent 0a10f32233
commit d6dbef0a75
2 changed files with 5 additions and 3 deletions

View File

@ -7,9 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
Development version
-------------------
3.38.0
------
- Update "What is What is dependency injection?" documentation page.
- Update README.
- Fix a bunch of typos.
3.37.0
------

View File

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