From 85a643dae52fb99b116a1bc2fe8b274b0c95ac32 Mon Sep 17 00:00:00 2001 From: Adam Geitgey Date: Thu, 13 Apr 2017 15:23:14 +0100 Subject: [PATCH] Bump version to 0.1.12 --- HISTORY.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 24f2600..3e374a5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,6 +1,12 @@ History ======= +0.1.12 (2017-04-13) +------------------- + +* Fixed: Face landmarks wasn't returning all chin points. + + 0.1.11 (2017-03-30) ------------------- diff --git a/setup.py b/setup.py index 65b56db..60442e4 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ test_requirements = [ setup( name='face_recognition', - version='0.1.11', + version='0.1.12', description="Recognize faces from Python or from the command line", long_description=readme + '\n\n' + history, author="Adam Geitgey", -- GitLab