mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
Bump version to 3.30.0
This commit is contained in:
parent
5358dd85f1
commit
2f42de9fa1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user