8000 Merge branch 'release/3.14.4' into master · GrxE/python-dependency-injector@6c9bff1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6c9bff1

Browse files
committed
Merge branch 'release/3.14.4' into master
2 parents 5bb49b9 + 69602dc commit 6c9bff1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Dependency Injector Contributors
66
+ Terrence Brannon (metaperl)
77
+ Stanislav Lobanov (asyncee)
88
+ James Lafa (jameslafa)
9+
+ Vlad Ghita (vlad-ghita)

docs/main/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ that were made in every particular version.
77
From version 0.7.6 *Dependency Injector* framework strictly
88
follows `Semantic versioning`_
99

10+
3.14.4
11+
------
12+
- Fix typo in providers doc (thanks to `Vlad Ghita <https://github.com/vlad-ghita>`_).
13+
1014
3.14.3
1115
------
1216
- Fix issue with copying providers that have system streams injections

src/dependency_injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Dependency injector top-level package."""
22

3-
__version__ = '3.14.3'
3+
__version__ = '3.14.4'
44
"""Version number that follows semantic versioning.
55
66
:type: str

0 commit comments

Comments
 (0)
0