Skip to content

Commit

Permalink
Merge release/0.19.0 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Oct 13, 2020
2 parents 6cdc4be + 584bfe2 commit d8c161f
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
Expand Up @@ -22,7 +22,7 @@
copyright = u"2019, Sentry Team and Contributors"
author = u"Sentry Team and Contributors"

release = "0.18.0"
release = "0.19.0"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Expand Up @@ -88,7 +88,7 @@ def _get_default_options():
del _get_default_options


VERSION = "0.18.0"
VERSION = "0.19.0"
SDK_INFO = {
"name": "sentry.python",
"version": VERSION,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name="sentry-sdk",
version="0.18.0",
version="0.19.0",
author="Sentry Team and Contributors",
author_email="hello@sentry.io",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit d8c161f

Please sign in to comment.