File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ Dependency Injector Contributors
6
6
+ Terrence Brannon (metaperl)
7
7
+ Stanislav Lobanov (asyncee)
8
8
+ James Lafa (jameslafa)
9
+ + Vlad Ghita (vlad-ghita)
Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
+ 3.14.4
11
+ ------
12
+ - Fix typo in providers doc (thanks to `Vlad Ghita <https://github.com/vlad-ghita >`_).
13
+
10
14
3.14.3
11
15
------
12
16
- Fix issue with copying providers that have system streams injections
Original file line number Diff line number Diff line change 1
1
"""Dependency injector top-level package."""
2
2
3
- __version__ = '3.14.3 '
3
+ __version__ = '3.14.4 '
4
4
"""Version number that follows semantic versioning.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments