Bump version to 3.22.0

This commit is contained in:
Roman Mogylatov 2020-07-18 00:45:06 -04:00
parent b3c0a79725
commit 78b7be218b
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.22.0
------
- Migrate docs to ``alabaster`` theme.
- Add ``Bootstrap`` extension to the ``ghnav-flask`` example.
- Add stubs for the tutorials to the docs.

View File

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