Update HISTORY.md and bump version

Update HISTORY.md
pull/2/head v0.5.0
Vinayak Mehta 2018-12-13 16:42:03 +05:30
parent f8eaec4ce4
commit 153869fda2
2 changed files with 5 additions and 1 deletions

View File

@ -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**

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
VERSION = (0, 4, 1)
VERSION = (0, 5, 0)
PRERELEASE = None # alpha, beta or rc
REVISION = None