Merge branch 'release/3.21.2' into master

This commit is contained in:
Roman Mogylatov 2020-07-13 23:29:49 -04:00
commit 8a2a88ccc9
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 From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_ 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. - Hotfix ``ghnav-flask`` example to read Github token from environment variable.

View File

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