Skip to content

Commit da280b1

Browse files
committed
release: 0.16.0
1 parent 0e91497 commit da280b1

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.15.1"
25+
release = "0.16.0"
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
@@ -89,7 +89,7 @@ def _get_default_options():
8989
del _get_default_options
9090

9191

92-
VERSION = "0.15.1"
92+
VERSION = "0.16.0"
9393
SDK_INFO = {
9494
"name": "sentry.python",
9595
"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.15.1",
15+
version="0.16.0",
1616
author="Sentry Team and Contributors",
1717
author_email="[email protected]",
1818
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)