From 67889338aa788a06d998cae6094baef5ebe1d975 Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Fri, 19 Feb 2021 03:08:09 +0000 Subject: [PATCH] Releasing version 7.0.2 --- CHANGELOG.md | 4 ++++ ldclient/version.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d76d8398..e593c823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Python SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [7.0.2] - 2021-02-18 +### Fixed: +- The SDK could fail to send debug events when event debugging was enabled on the LaunchDarkly dashboard, if the application server's time zone was not GMT. + ## [7.0.1] - 2020-11-25 ### Fixed: - The logic for detecting uWSGI did not account for undocumented behavior in some environments where the `uwsgi` module is present in an incomplete state; this could cause an error on startup in such environments. Also, the log message about threading options related to uWSGI contained a broken link. (Thanks, [andrefreitas](https://github.com/launchdarkly/python-server-sdk/pull/148)!) diff --git a/ldclient/version.py b/ldclient/version.py index 4a7299b0..a1b9928e 100644 --- a/ldclient/version.py +++ b/ldclient/version.py @@ -1 +1 @@ -VERSION = "7.0.1" +VERSION = "7.0.2"