mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-06-19 04:53:14 +03:00
Set version to 1.16.0
This commit is contained in:
parent
bec69ea968
commit
8eeedf9346
|
@ -61,7 +61,7 @@ from dependency_injector.errors import (
|
||||||
from dependency_injector import catalogs
|
from dependency_injector import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.15.2'
|
VERSION = '1.16.0'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -9,8 +9,15 @@ follows `Semantic versioning`_
|
||||||
|
|
||||||
Development version
|
Development version
|
||||||
-------------------
|
-------------------
|
||||||
|
- No features.
|
||||||
|
|
||||||
|
1.16.0
|
||||||
|
------
|
||||||
- Add ``@copy`` decorator for copying declarative catalog providers.
|
- Add ``@copy`` decorator for copying declarative catalog providers.
|
||||||
- Add line numbers for all code samples in documentation.
|
- Add line numbers for all code samples in documentation.
|
||||||
|
- Add "Examples" section into documentation.
|
||||||
|
- Add "Movie Lister" example.
|
||||||
|
- Add "Services" example.
|
||||||
- Move project documentation into organisation's domain
|
- Move project documentation into organisation's domain
|
||||||
(dependency-injector.ets-labs.org).
|
(dependency-injector.ets-labs.org).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user