diff --git a/HISTORY.md b/HISTORY.md index 851a71d..9b06b01 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,9 @@ Release History master ------ +0.5.0 (2018-12-13) +------------------ + **Improvements** * [#207](https://github.com/socialcopsdev/camelot/issues/207) Add a plot type for Stream text edges and detected table areas. [#224](https://github.com/socialcopsdev/camelot/pull/224) by Vinayak Mehta. @@ -12,6 +15,7 @@ master **Bugfixes** * [#217](https://github.com/socialcopsdev/camelot/issues/217) Fix IndexError when scale is large. +* [#105](https://github.com/socialcopsdev/camelot/issues/105), [#192](https://github.com/socialcopsdev/camelot/issues/192) and [#215](https://github.com/socialcopsdev/camelot/issues/215) in [#227](https://github.com/socialcopsdev/camelot/pull/227) by Vinayak Mehta. **Documentation** diff --git a/camelot/__version__.py b/camelot/__version__.py index 48246be..3f619b1 100644 --- a/camelot/__version__.py +++ b/camelot/__version__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -VERSION = (0, 4, 1) +VERSION = (0, 5, 0) PRERELEASE = None # alpha, beta or rc REVISION = None