From d4d9b4ab4dfaaf24e5c84cb3997769d28e9a8356 Mon Sep 17 00:00:00 2001 From: Wang Date: Tue, 4 Jun 2024 10:27:18 -0700 Subject: [PATCH] Release commit for v2.14.0 --- CHANGELOG.rst | 4 ++++ aws_xray_sdk/version.py | 2 +- docs/conf.py | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 36c2d4a5..3bb3034f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ CHANGELOG Unreleased ========== +2.14.0 +========== +* bugfix: Fix warning message condition for subsegment ending `https://github.com/aws/aws-xray-sdk-python/pull/434` + 2.13.1 ========== * improvement: Bump idna from 3.6 to 3.7 in /sample-apps/flask `https://github.com/aws/aws-xray-sdk-python/pull/425` diff --git a/aws_xray_sdk/version.py b/aws_xray_sdk/version.py index 19502509..38dd49a1 100644 --- a/aws_xray_sdk/version.py +++ b/aws_xray_sdk/version.py @@ -1 +1 @@ -VERSION = '2.13.1' +VERSION = '2.14.0' diff --git a/docs/conf.py b/docs/conf.py index 52b40c41..69b911ce 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'2.13.1' +version = u'2.14.0' # The full version, including alpha/beta/rc tags. -release = u'2.13.1' +release = u'2.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.