mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 03:36:41 +03:00
Bump version to 3.20.0
This commit is contained in:
parent
fa469618dd
commit
d6176dc754
|
@ -7,8 +7,8 @@ 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`_
|
||||||
|
|
||||||
Development version
|
3.20.0
|
||||||
-------------------
|
------
|
||||||
- Add ``Flask`` integration module ``dependency_injector.flask.ext``.
|
- Add ``Flask`` integration module ``dependency_injector.flask.ext``.
|
||||||
- Add ``Flask`` + ``Dependency Injector`` example ``ghnav-flask``.
|
- Add ``Flask`` + ``Dependency Injector`` example ``ghnav-flask``.
|
||||||
- Add ``Factory.provides`` attribute. It is an alias to the ``Factory.cls``.
|
- Add ``Factory.provides`` attribute. It is an alias to the ``Factory.cls``.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.19.2'
|
__version__ = '3.20.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