Skip to content

Commit b0239a2

Browse files
be-haseokdtsk
authored andcommitted
Release 1.6.0 (#104)
1 parent 6b7fecb commit b0239a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ https://developers.line.me/en/docs/messaging-api/reference/#get-rich-menu
253253
rich_menu = line_bot_api.get_rich_menu(rich_menu_id)
254254
print(rich_menu.rich_menu_id)
255255
256-
create\_rich\_menu(self, rich_\menu, timeout=None)
256+
create\_rich\_menu(self, rich\_menu, timeout=None)
257257
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
258258

259259
Creates a rich menu.
@@ -335,7 +335,7 @@ https://developers.line.me/en/docs/messaging-api/reference/#download-rich-menu-i
335335
fd.write(chunk)
336336
337337
set\_rich\_menu\_image(self, rich\_menu\_id, content\_type, content, timeout=None)
338-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
338+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
339339

340340
Uploads and attaches an image to a rich menu.
341341

linebot/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
from __future__ import unicode_literals
1818

19-
__version__ = '1.5.0'
19+
__version__ = '1.6.0'
2020
__author__ = 'LINE Corporation'
2121
__copyright__ = 'Copyright 2016, LINE Corporation'
2222
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)