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 1
1
# Changelog
2
2
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
+
3
19
## 1.5.11
4
20
5
21
### Various fixes & improvements
Original file line number Diff line number Diff line change 29
29
copyright = u"2019, Sentry Team and Contributors"
30
30
author = u"Sentry Team and Contributors"
31
31
32
- release = "1.5.11 "
32
+ release = "1.5.12 "
33
33
version = "." .join (release .split ("." )[:2 ]) # The short X.Y version.
34
34
35
35
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ def _get_default_options():
102
102
del _get_default_options
103
103
104
104
105
- VERSION = "1.5.11 "
105
+ VERSION = "1.5.12 "
106
106
SDK_INFO = {
107
107
"name" : "sentry.python" ,
108
108
"version" : VERSION ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ def get_file_text(file_name):
21
21
22
22
setup (
23
23
name = "sentry-sdk" ,
24
- version = "1.5.11 " ,
24
+ version = "1.5.12 " ,
25
25
author = "Sentry Team and Contributors" ,
26
26
author_email = "hello@sentry.io" ,
27
27
url = "https://github.com/getsentry/sentry-python" ,
You can’t perform that action at this time.
0 commit comments