Jose Diaz-Gonzalez

Release version 0.5.0

Changelog
=========
0.5.0 (2016-06-12)
------------------
- Merge remote-tracking branch 'Miserlou/tailwait' [Jose Diaz-Gonzalez]
- Well that was embarassing. Not sure how that happened. [Rich Jones]
- Replace tabs with spaces.. my fault for cowboy coding.. [Rich Jones]
- Fixes #23 - recursive tailing hur hur. [Rich Jones]
0.4.1 (2016-06-12)
------------------
......
......@@ -61,9 +61,9 @@ author = u'Mitch Garnaat'
# built documents.
#
# The short X.Y version.
version = '0.4.1'
version = '0.5.0'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.5.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
......
......@@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = '0.4.1'
__version__ = '0.5.0'
......