Skip to content

Commit 2684b79

Browse files
committed
Merge branch 'release/3.14.10' into master
2 parents 75ffa8d + e48af32 commit 2684b79

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CONTRIBUTORS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Dependency Injector Contributors
22
================================
33

4-
+ Roman Mogilatov (rmk135)
4+
+ Roman Mogylatov (rmk135)
55
+ Konstantin vz'One Enchant (sirkonst)
66
+ Terrence Brannon (metaperl)
77
+ Stanislav Lobanov (asyncee)

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.10
11+
------
12+
+ Make spelling fix for the list of contributors.
13+
1014
3.14.9
1115
------
1216
+ Improve README - minor English nitpicking (thanks to `supakeen <https://github.com/supakeen>`_).

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.9'
3+
__version__ = '3.14.10'
44
"""Version number that follows semantic versioning.
55
66
:type: str

0 commit comments

Comments
 (0)