Skip to content

Commit

Permalink
Merge release/0.18.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Sep 29, 2020
2 parents 8649feb + a7f5725 commit 02b5865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="sentry-sdk",
version="0.17.8",
version="0.18.0",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 02b5865

Please sign in to comment.