Skip to content

Commit 692a439

Browse files
authored
Release commit for v2.13.0 (#421)
* Release commit for v2.13.0
1 parent c306099 commit 692a439

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.rst

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

8+
2.13.0
9+
==========
10+
* bugfix: Fix passing multiple values in testenv.passenv in tox.ini `https://github.com/aws/aws-xray-sdk-python/pull/399`
11+
* improvement: Pin flask < 3.x for flask sqlalchemy tests `https://github.com/aws/aws-xray-sdk-python/pull/412`
12+
* improvement: Bump werkzeug from 2.2.3 to 3.0.1 in /sample-apps/flask `https://github.com/aws/aws-xray-sdk-python/pull/413`
13+
* improvement: Fix typo in docs `https://github.com/aws/aws-xray-sdk-python/pull/419`
14+
* bugfix: Fix sqlalchemy_core patch errors for unencoded special characters in db url `https://github.com/aws/aws-xray-sdk-python/pull/418`
15+
* bugfix: Fix EB platform version for integration test `https://github.com/aws/aws-xray-sdk-python/pull/420`
16+
817
2.12.1
918
==========
1019
* bugfix: set_trace_entity() in lambda adds segment to thread `PR409 https://github.com/aws/aws-xray-sdk-python/pull/409`

aws_xray_sdk/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.12.1'
1+
VERSION = '2.13.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.12.1'
65+
version = u'2.13.0'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'2.12.1'
67+
release = u'2.13.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)