Skip to content

Commit

Permalink
release: 1.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot authored and sl0thentr0py committed May 10, 2022
1 parent e3bad62 commit 647abda
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.5.12

### Various fixes & improvements

- build(deps): bump actions/upload-artifact from 2 to 3 (#1428) by @dependabot
- build(deps): bump actions/setup-node from 1 to 3 (#1430) by @dependabot
- build(deps): bump actions/stale from 3.0.14 to 5 (#1431) by @dependabot
- feat(measurements): Add experimental set_measurement api on transaction (#1359) by @sl0thentr0py
- build(deps): bump actions/checkout from 2 to 3 (#1429) by @dependabot
- build(deps): bump actions/setup-python from 2 to 3 (#1432) by @dependabot
- build(deps): bump github/codeql-action from 1 to 2 (#1433) by @dependabot
- fix: Remove incorrect usage from flask helper example (#1434) by @BYK
- chore: Included githubactions in the dependabot config (#1427) by @naveensrinivasan
- chore: Set permissions for GitHub actions (#1422) by @naveensrinivasan
- chore: conf.py removed double-spaces after period (#1425) by @marcelpetrick

## 1.5.11

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
copyright = u"2019, Sentry Team and Contributors"
author = u"Sentry Team and Contributors"

release = "1.5.11"
release = "1.5.12"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def _get_default_options():
del _get_default_options


VERSION = "1.5.11"
VERSION = "1.5.12"
SDK_INFO = {
"name": "sentry.python",
"version": VERSION,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="1.5.11",
version="1.5.12",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 647abda

Please sign in to comment.