Skip to content

Commit 6e17021

Browse files
authored
Merge pull request #345 from wangzlei/master
Release commit for v2.10.0
2 parents 86f84a5 + 77c82d3 commit 6e17021

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ CHANGELOG
44

55
Unreleased
66
==========
7+
8+
2.10.0
9+
==========
10+
* bugfix: Only import future for py2. `PR343 <https://github.com/aws/aws-xray-sdk-python/pull/343>`_.
11+
* bugfix: Defensively copy context entities to async thread. `PR340 <https://github.com/aws/aws-xray-sdk-python/pull/340>`_.
712
* improvement: Added support for IGNORE_ERROR option when context is missing. `PR338 <https://github.com/aws/aws-xray-sdk-python/pull/338>`_.
813

914
2.9.0

aws_xray_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.9.0'
1+
VERSION = '2.10.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.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)