We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae6d62 commit dc59cc5Copy full SHA for dc59cc5
3 files changed
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.19.2"
+release = "0.19.3"
26
version = ".".join(release.split(".")[:2]) # The short X.Y version.
27
28
sentry_sdk/consts.py
@@ -96,7 +96,7 @@ def _get_default_options():
96
del _get_default_options
97
98
99
-VERSION = "0.19.2"
+VERSION = "0.19.3"
100
SDK_INFO = {
101
"name": "sentry.python",
102
"version": VERSION,
setup.py
@@ -21,7 +21,7 @@ def get_file_text(file_name):
21
setup(
name="sentry-sdk",
- version="0.19.2",
+ version="0.19.3",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
0 commit comments