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.12
4+
5+ ### Various fixes & improvements
6+
7+ - build(deps): bump actions/upload-artifact from 2 to 3 (#1428 ) by @dependabot
8+ - build(deps): bump actions/setup-node from 1 to 3 (#1430 ) by @dependabot
9+ - build(deps): bump actions/stale from 3.0.14 to 5 (#1431 ) by @dependabot
10+ - feat(measurements): Add experimental set_measurement api on transaction (#1359 ) by @sl0thentr0py
11+ - build(deps): bump actions/checkout from 2 to 3 (#1429 ) by @dependabot
12+ - build(deps): bump actions/setup-python from 2 to 3 (#1432 ) by @dependabot
13+ - build(deps): bump github/codeql-action from 1 to 2 (#1433 ) by @dependabot
14+ - fix: Remove incorrect usage from flask helper example (#1434 ) by @BYK
15+ - chore: Included githubactions in the dependabot config (#1427 ) by @naveensrinivasan
16+ - chore: Set permissions for GitHub actions (#1422 ) by @naveensrinivasan
17+ - chore: conf.py removed double-spaces after period (#1425 ) by @marcelpetrick
18+
319## 1.5.11
420
521### Various fixes & improvements
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.11 "
32+ release = "1.5.12 "
3333version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
3434
3535
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def _get_default_options():
102102del _get_default_options
103103
104104
105- VERSION = "1.5.11 "
105+ VERSION = "1.5.12 "
106106SDK_INFO = {
107107 "name" : "sentry.python" ,
108108 "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.11 " ,
24+ version = "1.5.12 " ,
2525 author = "Sentry Team and Contributors" ,
2626 author_email = "hello@sentry.io" ,
2727 url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments