From 4a86b3217ca143692bc32275b095b231ea4450a1 Mon Sep 17 00:00:00 2001 From: Shige Takeda Date: Mon, 22 Apr 2019 17:06:57 +0000 Subject: [PATCH] SNOW-75865: Bumped up version to 1.7.10 --- DESCRIPTION.rst | 5 +++++ version.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION.rst b/DESCRIPTION.rst index 915f63320..719af76e2 100644 --- a/DESCRIPTION.rst +++ b/DESCRIPTION.rst @@ -9,6 +9,11 @@ Source code is also available at: https://github.com/snowflakedb/snowflake-conne Release Notes ------------------------------------------------------------------------------- +- v1.7.11 (April 22, 2019) + + - numpy timestamp with timezone support + - qmark not binding None + - v1.7.10 (April 8, 2019) - Fix the incorrect custom Server URL in Python Driver for Privatelink diff --git a/version.py b/version.py index 30c940a77..66195ed3c 100644 --- a/version.py +++ b/version.py @@ -1,3 +1,3 @@ # Update this for the versions # Don't change the forth version number from None -VERSION = (1, 7, 10, None) +VERSION = (1, 7, 11, None)