Skip to content

Commit

Permalink
release: 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Oct 19, 2018
1 parent 1ae5429 commit b657549
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
@@ -1,7 +1,7 @@
import socket


VERSION = "0.4.2"
VERSION = "0.4.3"
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.4.2",
version="0.4.3",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit b657549

Please sign in to comment.