Skip to content

Commit

Permalink
Merge release/0.7.11 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Apr 23, 2019
2 parents d0fa933 + 21286a1 commit d3dea14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)


VERSION = "0.7.10"
VERSION = "0.7.11"
DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None
DEFAULT_OPTIONS = {
"dsn": None,
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.7.10",
version="0.7.11",
author="Sentry Team and Contributors",
author_email="hello@getsentry.com",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit d3dea14

Please sign in to comment.