Skip to content

Commit

Permalink
Merge release/0.7.5 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Mar 5, 2019
2 parents e07d8cd + 154d2af commit abff4eb
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.4"
VERSION = "0.7.5"
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.4",
version="0.7.5",
author="Sentry Team and Contributors",
author_email="hello@getsentry.com",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit abff4eb

Please sign in to comment.