Skip to content

Commit 79a2c15

Browse files
authored
Release 1.20.0 (#334)
* Create publish-to-pypi.yml * Create python-package.yml * Rename python-package.yml to ci.yml * Update ci.yml * Update ci.yml * remove 2.7 * remove 3.4, 3.5 DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). * Update tox.ini * Update tox.ini * Update tox.ini * Update README.rst * Update README.rst * Update README.rst * Update ci.yml * remove travis yml * Rename ci.yml to auto-testing.yml * fix python version to 3.x * Release 1.20.0
1 parent 3293964 commit 79a2c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.19.0'
19+
__version__ = '1.20.0'
2020
__author__ = 'LINE Corporation'
2121
__copyright__ = 'Copyright 2016, LINE Corporation'
2222
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)