Skip to content

Commit

Permalink
Bump version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Mar 9, 2016
1 parent d530ab4 commit dc95660
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tcframe 0.6.0
# tcframe 0.7.0

[![Build Status](https://img.shields.io/travis/fushar/tcframe/master.svg)](https://travis-ci.org/fushar/tcframe)
[![Coverage Status](https://img.shields.io/codecov/c/github/fushar/tcframe/master.svg)](http://codecov.io/github/fushar/tcframe?branch=master)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.6'
version = '0.7'
# The full version, including alpha/beta/rc tags.
release = '0.6.0'
release = '0.7.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Installation

Firstly, we must get **tcframe** on our system. Fortunately, **tcframe** consists of just C++ header files: we don't actually need to "install" anything; we just have to :code:`#include` the header files in our program and we are ready to go.

Download the latest **tcframe** here: https://github.com/fushar/tcframe/releases/download/v0.6.0/tcframe_0.6.0.zip.
Download the latest **tcframe** here: https://github.com/fushar/tcframe/releases/download/v0.7.0/tcframe_0.7.0.zip.

Extract the zip file somewhere on your system. For example, extract it to :code:`~/tcframe`.

Expand Down

0 comments on commit dc95660

Please sign in to comment.