Skip to content

Commit

Permalink
Release 2.3.0 (#388)
Browse files Browse the repository at this point in the history
- Add two parameters to PostbackAction (#386)  @nanato12 
- Support : "webhook redelivery" (#385) @nanato12 
- add sender into each sendMessage class (#381)  @rotoyang 
- Drop python 3.6 support, start python 3.10 support. Close #366 (#379) @tokuhirom
  • Loading branch information
louis70109 authored Jun 15, 2022
1 parent b775c12 commit 842b8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linebot/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""Meta data of line-bot-sdk."""


__version__ = '2.2.1'
__version__ = '2.3.0'
__author__ = 'LINE Corporation'
__copyright__ = 'Copyright 2016, LINE Corporation'
__license__ = 'Apache 2.0'
Expand Down

0 comments on commit 842b8ab

Please sign in to comment.