Skip to content

Commit 4cfc44f

Browse files
committed
Increment version to 0.6.0.
1 parent e502234 commit 4cfc44f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![GPLv3](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/copyleft/gpl.html)
33
[![Build Status](https://travis-ci.org/rgmining/script.svg?branch=master)](https://travis-ci.org/rgmining/script)
44
[![wercker status](https://app.wercker.com/status/f973cb1847c2c30e801fa4aa1fd417a6/s/master "wercker status")](https://app.wercker.com/project/byKey/f973cb1847c2c30e801fa4aa1fd417a6)
5-
[![Release](https://img.shields.io/badge/release-0.5.0-brightgreen.svg)](https://github.com/rgmining/script/releases/tag/0.5.0)
5+
[![Release](https://img.shields.io/badge/release-0.6.0-brightgreen.svg)](https://github.com/rgmining/script/releases/tag/0.6.0)
66

77
[![Logo](https://rgmining.github.io/script/_static/image.png)](https://rgmining.github.io/script/)
88

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ more detail.
137137
:target: https://travis-ci.org/rgmining/script
138138
.. |wercker status| image:: https://app.wercker.com/status/f973cb1847c2c30e801fa4aa1fd417a6/s/master
139139
:target: https://app.wercker.com/project/byKey/f973cb1847c2c30e801fa4aa1fd417a6
140-
.. |Release| image:: https://img.shields.io/badge/release-0.5.0-brightgreen.svg
141-
:target: https://github.com/rgmining/script/releases/tag/0.5.0
140+
.. |Release| image:: https://img.shields.io/badge/release-0.6.0-brightgreen.svg
141+
:target: https://github.com/rgmining/script/releases/tag/0.6.0
142142
.. |Logo| image:: https://rgmining.github.io/script/_static/image.png
143143
:target: https://rgmining.github.io/script/

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = u'0.5'
68+
version = u'0.6'
6969
# The full version, including alpha/beta/rc tags.
70-
release = u'0.5.0'
70+
release = u'0.6.0'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

0 commit comments

Comments
 (0)