Bump version to 3.30.0

This commit is contained in:
Roman Mogylatov 2020-08-12 17:06:40 -04:00
parent 5358dd85f1
commit 2f42de9fa1
2 changed files with 8 additions and 1 deletions

View File

@ -7,6 +7,13 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_
3.30.0
------
- Rework ``Movie Lister`` example.
- Add tutorial for building ``Movie Lister``.
- Make some rewording for the other tutorials.
- Fix a couple of typos.
3.29.0
------
- Update README with the more direct message on what is ``Dependency Injector`` and how is it

View File

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