From 45e7f7570e913c1f23cefef45720eaf09142e32f Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 8 Oct 2018 03:54:21 +0530 Subject: [PATCH] Bump version --- HISTORY.md | 7 ++++++- camelot/__version__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index a642196..ff386d5 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,13 @@ Release History =============== +0.2.3 (2018-10-08) +------------------ + +* Remove hard dependencies on requirements versions. + 0.2.2 (2018-10-08) ------------------ +------------------ **Bugfixes** diff --git a/camelot/__version__.py b/camelot/__version__.py index a6f488e..89f8c08 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 2, 2) +VERSION = (0, 2, 3) __title__ = 'camelot-py' __description__ = 'PDF Table Extraction for Humans.'