We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c986dca commit fc7afd5Copy full SHA for fc7afd5
docs/conf.py
@@ -22,7 +22,7 @@
22
copyright = u"2019, Sentry Team and Contributors"
23
author = u"Sentry Team and Contributors"
24
25
-release = "0.16.1"
+release = "0.16.2"
26
version = ".".join(release.split(".")[:2]) # The short X.Y version.
27
28
sentry_sdk/consts.py
@@ -89,7 +89,7 @@ def _get_default_options():
89
del _get_default_options
90
91
92
-VERSION = "0.16.1"
+VERSION = "0.16.2"
93
SDK_INFO = {
94
"name": "sentry.python",
95
"version": VERSION,
setup.py
@@ -12,7 +12,7 @@
12
13
setup(
14
name="sentry-sdk",
15
- version="0.16.1",
+ version="0.16.2",
16
author="Sentry Team and Contributors",
17
author_email="hello@sentry.io",
18
url="https://github.com/getsentry/sentry-python",
0 commit comments