Bump version to 3.37.0

This commit is contained in:
Roman Mogylatov 2020-09-03 18:05:45 -04:00
parent b5b6c1f680
commit 5f7d978012
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
-------------------
3.37.0
------
- Update index documentation page.
- Make multiple improvements and fixes for the providers documentation.
- Update "Key Features" documentation page.

View File

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