8000 Merge release/0.13.3 into master · etherscan-io/sentry-python@5cc777c · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5cc777c

Browse files
authored
Merge release/0.13.3 into master
2 parents be54a57 + 675143e commit 5cc777c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = u"2019, Sentry Team and Contributors"
2323
author = u"Sentry Team and Contributors"
2424

25-
release = "0.13.2"
25+
release = "0.13.3"
2626
version = ".".join(release.split(".")[:2]) # The short X.Y version.
2727

2828

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def _get_default_options():
7272
del _get_default_options
7373

7474

75-
VERSION = "0.13.2"
75+
VERSION = "0.13.3"
7676
SDK_INFO = {
7777
"name": "sentry.python",
7878
"version": VERSION,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.13.2",
15+
version="0.13.3",
1616
author="Sentry Team and Contributors",
1717
author_email="hello@getsentry.com",
1818
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)
0