Make 3.14.10 micro release
This commit is contained in:
parent
31642f4eca
commit
e48af3212e
|
@ -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