mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +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
|
From version 0.7.6 *Dependency Injector* framework strictly
|
||||||
follows `Semantic versioning`_
|
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
|
3.29.0
|
||||||
------
|
------
|
||||||
- Update README with the more direct message on what is ``Dependency Injector`` and how is it
|
- 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."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.29.0'
|
__version__ = '3.30.0'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user