Skip to content

Commit d4d9b4a

Browse files
committed
Release commit for v2.14.0
1 parent 934fa95 commit d4d9b4a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ CHANGELOG
55
Unreleased
66
==========
77

8+
2.14.0
9+
==========
10+
* bugfix: Fix warning message condition for subsegment ending `https://github.com/aws/aws-xray-sdk-python/pull/434`
11+
812
2.13.1
913
==========
1014
* improvement: Bump idna from 3.6 to 3.7 in /sample-apps/flask `https://github.com/aws/aws-xray-sdk-python/pull/425`

aws_xray_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.13.1'
1+
VERSION = '2.14.0'

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = u'2.13.1'
65+
version = u'2.14.0'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'2.13.1'
67+
release = u'2.14.0'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

0 commit comments

Comments
 (0)