File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ CHANGELOG
5
5
Unreleased
6
6
==========
7
7
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
+
8
12
2.13.1
9
13
==========
10
14
* improvement: Bump idna from 3.6 to 3.7 in /sample-apps/flask `https://github.com/aws/aws-xray-sdk-python/pull/425 `
Original file line number Diff line number Diff line change 1
- VERSION = '2.13.1 '
1
+ VERSION = '2.14.0 '
Original file line number Diff line number Diff line change 62
62
# built documents.
63
63
#
64
64
# The short X.Y version.
65
- version = u'2.13.1 '
65
+ version = u'2.14.0 '
66
66
# The full version, including alpha/beta/rc tags.
67
- release = u'2.13.1 '
67
+ release = u'2.14.0 '
68
68
69
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
70
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments