From a7f572569842744d7567cd4f81344fbdb8dbe23c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 29 Sep 2020 17:05:29 +0200 Subject: [PATCH] release: 0.18.0 --- docs/conf.py | 2 +- sentry_sdk/consts.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 102fa18b88..0721f16539 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ copyright = u"2019, Sentry Team and Contributors" author = u"Sentry Team and Contributors" -release = "0.17.8" +release = "0.18.0" version = ".".join(release.split(".")[:2]) # The short X.Y version. diff --git a/sentry_sdk/consts.py b/sentry_sdk/consts.py index 595f749b41..e76666637e 100644 --- a/sentry_sdk/consts.py +++ b/sentry_sdk/consts.py @@ -88,7 +88,7 @@ def _get_default_options(): del _get_default_options -VERSION = "0.17.8" +VERSION = "0.18.0" SDK_INFO = { "name": "sentry.python", "version": VERSION, diff --git a/setup.py b/setup.py index c373e7aabf..87e51b7279 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="sentry-sdk", - version="0.17.8", + version="0.18.0", author="Sentry Team and Contributors", author_email="hello@sentry.io", url="https://github.com/getsentry/sentry-python",