There was an error while loading. Please reload this page.
1 parent 7c47c67 commit 5d94fa9Copy full SHA for 5d94fa9
docs/main/changelog.rst
@@ -7,8 +7,8 @@ that were made in every particular version.
7
From version 0.7.6 *Dependency Injector* framework strictly
8
follows `Semantic versioning`_
9
10
-Development version
11
--------------------
+3.14.3
+------
12
- Fix issue with copying providers that have system streams injections
13
(``sys.stdin``, ``sys.stdout`` and ``sys.stderr``).
14
- Add support of six 1.12.0.
src/dependency_injector/__init__.py
@@ -1,6 +1,6 @@
1
"""Dependency injector top-level package."""
2
3
-__version__ = '3.14.2'
+__version__ = '3.14.3'
4
"""Version number that follows semantic versioning.
5
6
:type: str
0 commit comments