Bump version to 3.21.2

This commit is contained in:
Roman Mogylatov 2020-07-13 23:29:32 -04:00
parent 5ada7f24dd
commit 8b2486c5e5
2 changed files with 6 additions and 2 deletions

View File

@ -7,7 +7,11 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.21.0
3.21.2
------
- Hotfix changelog typo.
3.21.1
------
- Hotfix ``ghnav-flask`` example to read Github token from environment variable.

View File

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