Make 3.14.10 micro release

This commit is contained in:
Roman Mogylatov 2019-08-17 21:24:26 -04:00
parent 31642f4eca
commit e48af3212e
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Dependency Injector Contributors
================================
+ Roman Mogilatov (rmk135)
+ Roman Mogylatov (rmk135)
+ Konstantin vz'One Enchant (sirkonst)
+ Terrence Brannon (metaperl)
+ Stanislav Lobanov (asyncee)

View File

@ -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>`_).

View File

@ -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