From c3681f4a97da2e001111b869cdd3b375c099f7ff Mon Sep 17 00:00:00 2001 From: Long Ang Date: Tue, 27 Sep 2016 18:11:24 +0800 Subject: [PATCH] docs: bump version --- changelog | 4 ++++ leancloud/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 3ec5ccf3..019b6d22 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,7 @@ +## [1.6.5] - 2016-09-27 +### Fixed +- LeanEngine on_login / on_verified bugfix + ## [1.6.4] - 2016-09-26 ### Fixed - LeanEngine CORS middleware error in Python3 diff --git a/leancloud/__init__.py b/leancloud/__init__.py index 1e9c6682..ff1e5be0 100644 --- a/leancloud/__init__.py +++ b/leancloud/__init__.py @@ -40,7 +40,7 @@ __author__ = 'asaka ' -__version__ = '1.6.4' +__version__ = '1.6.5' __all__ = [ diff --git a/setup.py b/setup.py index a7f69c47..08199281 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='leancloud-sdk', - version='1.6.4', + version='1.6.5', description='LeanCloud Python SDK', url='https://leancloud.cn/',