Skip to content

Commit

Permalink
Merge release/0.16.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Jul 3, 2020
2 parents 0e91497 + da280b1 commit 8681085
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.15.1"
release = "0.16.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 @@ -89,7 +89,7 @@ def _get_default_options():
del _get_default_options


VERSION = "0.15.1"
VERSION = "0.16.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.15.1",
version="0.16.0",
author="Sentry Team and Contributors",
author_email="hello@getsentry.com",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 8681085

Please sign in to comment.