mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-16 19:40:59 +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
|
||||
catalog = catalogs
|
||||
|
||||
VERSION = '1.15.2'
|
||||
VERSION = '1.16.0'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -9,8 +9,15 @@ follows `Semantic versioning`_
|
|||
|
||||
Development version
|
||||
-------------------
|
||||
- No features.
|
||||
|
||||
1.16.0
|
||||
------
|
||||
- Add ``@copy`` decorator for copying declarative catalog providers.
|
||||
- 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
|
||||
(dependency-injector.ets-labs.org).
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user