Skip to content

Commit

Permalink
release: 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Mar 5, 2019
1 parent 41a7db9 commit 27b6c1f
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.5"
VERSION = "0.7.6"
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.5",
version="0.7.6",
author="Sentry Team and Contributors",
author_email="hello@getsentry.com",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 27b6c1f

Please sign in to comment.