Skip to content

Commit 87eccd3

Browse files
committed
Release commit for v2.10.0
1 parent 14a7ad9 commit 87eccd3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
CHANGELOG
33
=========
44

5-
Unreleased
5+
2.10.0
66
==========
7+
* bugfix: Defensively copy context entities to async thread. `PR340 <https://github.com/aws/aws-xray-sdk-python/pull/340>`_.
78
* improvement: Added support for IGNORE_ERROR option when context is missing. `PR338 <https://github.com/aws/aws-xray-sdk-python/pull/338>`_.
89

910
2.9.0

aws_xray_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.9.0'
1+
VERSION = '2.10.0'

docs/conf.py

Lines changed: 2 additions & 2 deletions
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.9.0'
65+
version = u'2.10.0'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'2.9.0'
67+
release = u'2.10.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)