Skip to content

Commit af675c6

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 39d48b7 commit af675c6

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.bumpversion.cfg

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.0
2+
current_version = 0.6.1
33
commit = True
44
tag = True
55

@@ -8,3 +8,4 @@ tag = True
88
[bumpversion:file:README.rst]
99

1010
[bumpversion:file:docs/source/conf.py]
11+

README.md

+1-1
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.6.0-brightgreen.svg)](https://github.com/rgmining/script/releases/tag/0.6.0)
5+
[![Release](https://img.shields.io/badge/release-0.6.1-brightgreen.svg)](https://github.com/rgmining/script/releases/tag/0.6.1)
66

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

README.rst

+2-2
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.6.0-brightgreen.svg
141-
:target: https://github.com/rgmining/script/releases/tag/0.6.0
140+
.. |Release| image:: https://img.shields.io/badge/release-0.6.1-brightgreen.svg
141+
:target: https://github.com/rgmining/script/releases/tag/0.6.1
142142
.. |Logo| image:: https://rgmining.github.io/script/_static/image.png
143143
:target: https://rgmining.github.io/script/

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
# built documents.
6666
#
6767
# The full version, including alpha/beta/rc tags.
68-
release = u'0.6.0'
68+
release = u'0.6.1'
6969
# The short X.Y version.
7070
version = release[:3]
7171

0 commit comments

Comments
 (0)