From 1a358f603acc37600474a5943d21b9c4a1e041ff Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 8 Oct 2018 01:12:16 +0530 Subject: [PATCH] Update MANIFEST.in Update HISTORY.md --- HISTORY.md | 9 ++++++++- MANIFEST.in | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 3967a58..a642196 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,13 @@ Release History =============== +0.2.2 (2018-10-08) +----------------- + +**Bugfixes** + +* Move opencv-python to extra\_requires. [#134](https://github.com/socialcopsdev/camelot/pull/134) by Vinayak Mehta. + 0.2.1 (2018-10-05) ------------------ @@ -51,4 +58,4 @@ Release History 0.1.0 (2018-09-24) ------------------ -* Birth! \ No newline at end of file +* Birth! diff --git a/MANIFEST.in b/MANIFEST.in index babd072..19d196d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include MANIFEST.in README.md HISTORY.md LICENSE requirements.txt requirements-dev.txt setup.py setup.cfg \ No newline at end of file +include MANIFEST.in README.md HISTORY.md LICENSE setup.py setup.cfg