File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.5.5
2
+ current_version = 0.5.6
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/tripadvisor.svg?branch=master )] ( https://travis-ci.org/rgmining/tripadvisor )
4
4
[ ![ wercker status] ( https://app.wercker.com/status/815b060cc2fa911215674efdc1078d50/s/master " wercker status ")] ( https://app.wercker.com/project/byKey/815b060cc2fa911215674efdc1078d50 )
5
- [ ![ Release] ( https://img.shields.io/badge/release-0.5.5 -brightgreen.svg )] ( https://github.com/rgmining/tripadvisor/releases/tag/v0.5.5 )
6
- [ ![ PyPi] ( https://img.shields.io/badge/pypi-0.5.5 -brightgreen.svg )] ( https://pypi.python.org/pypi/rgmining-tripadvisor-dataset )
5
+ [ ![ Release] ( https://img.shields.io/badge/release-0.5.6 -brightgreen.svg )] ( https://github.com/rgmining/tripadvisor/releases/tag/v0.5.6 )
6
+ [ ![ PyPi] ( https://img.shields.io/badge/pypi-0.5.6 -brightgreen.svg )] ( https://pypi.python.org/pypi/rgmining-tripadvisor-dataset )
7
7
[ ![ Japanese] ( https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg )] ( http://qiita.com/jkawamoto/items/86c687d85efb783bcd7d )
8
8
9
9
[ ![ Logo] ( https://rgmining.github.io/tripadvisor/_static/image.png )] ( https://rgmining.github.io/tripadvisor/ )
Original file line number Diff line number Diff line change @@ -98,9 +98,9 @@ using this package:
98
98
:target: https://travis-ci.org/rgmining/tripadvisor
99
99
.. |wercker status | image :: https://app.wercker.com/status/815b060cc2fa911215674efdc1078d50/s/master
100
100
:target: https://app.wercker.com/project/byKey/815b060cc2fa911215674efdc1078d50
101
- .. |Release | image :: https://img.shields.io/badge/release-0.5.5 -brightgreen.svg
102
- :target: https://github.com/rgmining/tripadvisor/releases/tag/v0.5.5
103
- .. |PyPi | image :: https://img.shields.io/badge/pypi-0.5.5 -brightgreen.svg
101
+ .. |Release | image :: https://img.shields.io/badge/release-0.5.6 -brightgreen.svg
102
+ :target: https://github.com/rgmining/tripadvisor/releases/tag/v0.5.6
103
+ .. |PyPi | image :: https://img.shields.io/badge/pypi-0.5.6 -brightgreen.svg
104
104
:target: https://pypi.python.org/pypi/rgmining-tripadvisor-dataset
105
105
.. |Japanese | image :: https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg
106
106
:target: http://qiita.com/jkawamoto/items/86c687d85efb783bcd7d
Original file line number Diff line number Diff line change 66
66
# built documents.
67
67
#
68
68
# The full version, including alpha/beta/rc tags.
69
- release = u'0.5.5 '
69
+ release = u'0.5.6 '
70
70
# The short X.Y version.
71
71
version = release [:3 ]
72
72
You can’t perform that action at this time.
0 commit comments