From 38d1a4d29bd5b165ab6bc0c3e153e36092e24369 Mon Sep 17 00:00:00 2001 From: asaka Date: Thu, 21 Jul 2016 11:34:06 +0800 Subject: [PATCH] docs: release 1.6.2 --- changelog | 9 ++++++++- leancloud/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index cd9739e5..1620b817 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +## [1.6.2] - 2016-07-21 +### Fixed +- invalid push_time format in leancloud.push.send function +### Updated +- add leancloud.Object.as_class static function + ## [1.6.1] - 2016-07-08 ### Added - leancloud.User.reset_password_by_sms_code @@ -6,9 +12,10 @@ - refactor file upload process - clean up leancloud.Object fields (reduce memory size) - add type interface for python3.5's type announce +- raise ValueError while pass a None value to leancloud.Query.near ## [1.6.0] - 2016-05-23 -### Updatred +### Updated - support python 3.5 ## [1.5.1] - 2016-05-19 diff --git a/leancloud/__init__.py b/leancloud/__init__.py index dfd395b9..ba4ad8da 100644 --- a/leancloud/__init__.py +++ b/leancloud/__init__.py @@ -40,7 +40,7 @@ __author__ = 'asaka ' -__version__ = '1.6.1' +__version__ = '1.6.2' __all__ = [