8000 release: 1.5.12 · annisall/sentry-python@647abda · GitHub
[go: up one dir, main page]

Skip to content

Commit 647abda

Browse files
getsentry-botsl0thentr0py
authored andcommitted
release: 1.5.12
1 parent e3bad62 commit 647abda

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.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

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.11"
32+
release = "1.5.12"
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
@@ -102,7 +102,7 @@ def _get_default_options():
102102
del _get_default_options
103103

104104

105-
VERSION = "1.5.11"
105+
VERSION = "1.5.12"
106106
SDK_INFO = {
107107
"name": "sentry.python",
108108
"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.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",

0 commit comments

Comments
 (0)
0