mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 03:36:41 +03:00
Merge branch 'release/3.14.10' into master
This commit is contained in:
commit
2684b79103
|
@ -1,7 +1,7 @@
|
|||
Dependency Injector Contributors
|
||||
================================
|
||||
|
||||
+ Roman Mogilatov (rmk135)
|
||||
+ Roman Mogylatov (rmk135)
|
||||
+ Konstantin vz'One Enchant (sirkonst)
|
||||
+ Terrence Brannon (metaperl)
|
||||
+ Stanislav Lobanov (asyncee)
|
||||
|
|
|
@ -7,6 +7,10 @@ that were made in every particular version.
|
|||
From version 0.7.6 *Dependency Injector* framework strictly
|
||||
follows `Semantic versioning`_
|
||||
|
||||
3.14.10
|
||||
------
|
||||
+ Make spelling fix for the list of contributors.
|
||||
|
||||
3.14.9
|
||||
------
|
||||
+ Improve README - minor English nitpicking (thanks to `supakeen <https://github.com/supakeen>`_).
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Dependency injector top-level package."""
|
||||
|
||||
__version__ = '3.14.9'
|
||||
__version__ = '3.14.10'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user