diff --git a/HISTORY.rst b/HISTORY.rst index 24f2600f..3e374a56 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 65b56db7..60442e44 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 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",