8000 Merge release/0.7.1 into master · etherscan-io/sentry-python@8d2623d · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d2623d

Browse files
authored
Merge release/0.7.1 into master
2 parents d8831b1 + 00dbb2d commit 8d2623d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import socket
22

33

4-
VERSION = "0.7.0"
4+
VERSION = "0.7.1"
55
DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None
66
DEFAULT_OPTIONS = {
77
"dsn": None,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.7.0",
15+
version="0.7.1",
1616
author="Sentry Team and Contributors",
1717
author_email="hello@getsentry.com",
1818
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)
0