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",