mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-12 09:30:46 +03:00
Bump version to 3.14.3
This commit is contained in:
parent
7c47c67808
commit
5d94fa96b3
|
@ -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.14.3
|
||||||
-------------------
|
------
|
||||||
- Fix issue with copying providers that have system streams injections
|
- Fix issue with copying providers that have system streams injections
|
||||||
(``sys.stdin``, ``sys.stdout`` and ``sys.stderr``).
|
(``sys.stdin``, ``sys.stdout`` and ``sys.stderr``).
|
||||||
- Add support of six 1.12.0.
|
- Add support of six 1.12.0.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
"""Dependency injector top-level package."""
|
"""Dependency injector top-level package."""
|
||||||
|
|
||||||
__version__ = '3.14.2'
|
__version__ = '3.14.3'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
Loading…
Reference in New Issue
Block a user