Skip to content

Commit 8295724

Browse files
committed
bump version to 0.94
1 parent 63b5ea2 commit 8295724

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
CHANGELOG
33
=========
44

5+
0.94
6+
====
7+
* Added aiohttp support. `PR3 <https://github.com/aws/aws-xray-sdk-python/pull/3>`_
8+
59
0.93
610
====
711
* The X-Ray SDK for Python is now an open source project. You can follow the project and submit issues and pull requests on GitHub: https://github.com/aws/aws-xray-sdk-python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='aws-xray-sdk',
12-
version='0.93',
12+
version='0.94',
1313

1414
description='The AWS X-Ray SDK for Python (the SDK) enables Python developers to record'
1515
' and emit information from within their applications to the AWS X-Ray service.',

0 commit comments

Comments
 (0)