8000 Merge release/0.8.0 into master · pythonthings/sentry-python@265be22 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 265be22

Browse files
authored
Merge release/0.8.0 into master
2 parents a9b0893 + a799a42 commit 265be22

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
@@ -43,7 +43,7 @@
4343
)
4444

4545

46-
VERSION = "0.7.14"
46+
VERSION = "0.8.0"
4747
DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None
4848
DEFAULT_OPTIONS = {
4949
"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.14",
15+
version="0.8.0",
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