Bump version

pull/2/head v0.6.0
Vinayak Mehta 2018-12-24 15:51:29 +05:30
parent 0b85c77425
commit ea5747c5c4
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Release History
master master
------ ------
0.6.0 (2018-12-24)
------------------
**Improvements** **Improvements**
* [#91](https://github.com/socialcopsdev/camelot/issues/91) Add support to read from url. [#236](https://github.com/socialcopsdev/camelot/pull/236) by Vinayak Mehta. * [#91](https://github.com/socialcopsdev/camelot/issues/91) Add support to read from url. [#236](https://github.com/socialcopsdev/camelot/pull/236) by Vinayak Mehta.

View File

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