We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49a905 commit 85a643dCopy full SHA for 85a643d
HISTORY.rst
@@ -1,6 +1,12 @@
1
History
2
=======
3
4
+0.1.12 (2017-04-13)
5
+-------------------
6
+
7
+* Fixed: Face landmarks wasn't returning all chin points.
8
9
10
0.1.11 (2017-03-30)
11
-------------------
12
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name='face_recognition',
28
- version='0.1.11',
+ version='0.1.12',
29
description="Recognize faces from Python or from the command line",
30
long_description=readme + '\n\n' + history,
31
author="Adam Geitgey",
0 commit comments