Commit af675c6 1 parent 39d48b7 commit af675c6 Copy full SHA for af675c6
File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.6.0
2
+ current_version = 0.6.1
3
3
commit = True
4
4
tag = True
5
5
@@ -8,3 +8,4 @@ tag = True
8
8
[bumpversion:file:README.rst]
9
9
10
10
[bumpversion:file:docs/source/conf.py]
11
+
Original file line number Diff line number Diff line change 2
2
[ ![ GPLv3] ( https://img.shields.io/badge/license-GPLv3-blue.svg )] ( https://www.gnu.org/copyleft/gpl.html )
3
3
[ ![ Build Status] ( https://travis-ci.org/rgmining/script.svg?branch=master )] ( https://travis-ci.org/rgmining/script )
4
4
[ ![ 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 )
6
6
7
7
[ ![ Logo] ( https://rgmining.github.io/script/_static/image.png )] ( https://rgmining.github.io/script/ )
8
8
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ more detail.
137
137
:target: https://travis-ci.org/rgmining/script
138
138
.. |wercker status | image :: https://app.wercker.com/status/f973cb1847c2c30e801fa4aa1fd417a6/s/master
139
139
: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
142
142
.. |Logo | image :: https://rgmining.github.io/script/_static/image.png
143
143
:target: https://rgmining.github.io/script/
Original file line number Diff line number Diff line change 65
65
# built documents.
66
66
#
67
67
# The full version, including alpha/beta/rc tags.
68
- release = u'0.6.0 '
68
+ release = u'0.6.1 '
69
69
# The short X.Y version.
70
70
version = release [:3 ]
71
71
You can’t perform that action at this time.
0 commit comments