From 6451731a7935f525efae325b97c2441908915c52 Mon Sep 17 00:00:00 2001 From: Ashar Fuadi Date: Sat, 6 Feb 2016 15:12:54 +0000 Subject: [PATCH] Bump version 0.6.0 --- README.md | 2 +- docs/conf.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7e492e06..671594f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# tcframe 0.5.0 +# tcframe 0.6.0 [![Build Status](https://travis-ci.org/fushar/tcframe.svg?branch=master)](https://travis-ci.org/fushar/tcframe) [![Coverage Status](http://codecov.io/github/fushar/tcframe/coverage.svg?branch=master)](http://codecov.io/github/fushar/tcframe?branch=master) diff --git a/docs/conf.py b/docs/conf.py index 97116a3f..2acb7199 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -45,7 +45,7 @@ # General information about the project. project = u'tcframe' -copyright = u'2015, Ashar Fuadi' +copyright = u'2016, Ashar Fuadi' author = u'Ashar Fuadi' # The version info for the project you're documenting, acts as replacement for @@ -53,9 +53,9 @@ # built documents. # # The short X.Y version. -version = '0.5' +version = '0.6' # The full version, including alpha/beta/rc tags. -release = '0.5.0' +release = '0.6.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.