Skip to content

Commit 0ba75fe

Browse files
committed
release: 1.5.6
1 parent f9ee416 commit 0ba75fe

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 1.5.6
4+
5+
### Various fixes & improvements
6+
7+
- Create feature.yml (#1350) by @vladanpaunovic
8+
- Update contribution guide (#1346) by @antonpirker
9+
- chore: add bug issue template (#1345) by @vladanpaunovic
10+
- Added default value for auto_session_tracking (#1337) by @antonpirker
11+
- docs(readme): reordered content (#1343) by @antonpirker
12+
- fix(tests): Removed unsupported Django 1.6 from tests to avoid confusion (#1338) by @antonpirker
13+
- Group captured warnings under separate issues (#1324) by @mnito
14+
- build(changelogs): Use automated changelogs from Craft (#1340) by @BYK
15+
- fix(aiohttp): AioHttpIntegration sentry_app_handle() now ignores ConnectionResetError (#1331) by @cmalek
16+
- meta: Remove black GH action (#1339) by @sl0thentr0py
17+
- feat(flask): Add `sentry_trace()` template helper (#1336) by @BYK
18+
319
## 1.5.5
420

521
- Add session tracking to ASGI integration (#1329)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
copyright = u"2019, Sentry Team and Contributors"
3030
author = u"Sentry Team and Contributors"
3131

32-
release = "1.5.5"
32+
release = "1.5.6"
3333
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3434

3535

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def _get_default_options():
101101
del _get_default_options
102102

103103

104-
VERSION = "1.5.5"
104+
VERSION = "1.5.6"
105105
SDK_INFO = {
106106
"name": "sentry.python",
107107
"version": VERSION,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="1.5.5",
24+
version="1.5.6",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)