File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 2929copyright = u"2019, Sentry Team and Contributors"
3030author = u"Sentry Team and Contributors"
3131
32- release = "1.5.5 "
32+ release = "1.5.6 "
3333version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3434
3535
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ def _get_default_options():
101101del _get_default_options
102102
103103
104- VERSION = "1.5.5 "
104+ VERSION = "1.5.6 "
105105SDK_INFO = {
106106 "name" : "sentry.python" ,
107107 "version" : VERSION ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
2121
2222setup (
2323 name = "sentry-sdk" ,
24- version = "1.5.5 " ,
24+ version = "1.5.6 " ,
2525 author = "Sentry Team and Contributors" ,
26262727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments