diff --git a/docs/HISTORY.txt b/docs/HISTORY.txt index 842cd61..c51df3b 100644 --- a/docs/HISTORY.txt +++ b/docs/HISTORY.txt @@ -2,7 +2,7 @@ Changelog ========= -2.0.1 (unreleased) +2.0.1 (2016-08-12) ------------------ - Fix aggressive caching of the portrait image by not considering the modified diff --git a/setup.py b/setup.py index beebf08..9292b04 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -version = '2.0.1.dev0' +version = '2.0.1' tests_require = [