10000 Merge release/0.6.9 into master · tb-lib/sentry-python@45c5d6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 45c5d6f

Browse files
authored
Merge release/0.6.9 into master
2 parents 2508872 + e533041 commit 45c5d6f

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.6.8"
4+
VERSION = "0.6.9"
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.6.8",
15+
version="0.6.9",
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