Skip to content

Commit e48af32

Browse files
committed
Make 3.14.10 micro release
1 parent 31642f4 commit e48af32

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)