Skip to content

Commit ca8c942

Browse files
committed
release: 0.7.12
1 parent d704a86 commit ca8c942

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/consts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
)
4343

4444

45-
VERSION = "0.7.11"
45+
VERSION = "0.7.12"
4646
DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None
4747
DEFAULT_OPTIONS = {
4848
"dsn": None,

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="sentry-sdk",
15-
version="0.7.11",
15+
version="0.7.12",
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)