diff --git a/HISTORY.rst b/HISTORY.rst index 24f2600f892c83d88b3eb3bbd0c9c1359cedd541..3e374a56f57733b9a084e05a0a1620dcb4cdf869 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 65b56db74b78ed230ff4fee60bdd2c7166bfd7e6..60442e44ee28af50a58eef1469882ef7c9f74a4d 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",