8000 Merge release/0.7.8 into master · pythonthings/sentry-python@7a1ba2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a1ba2f

Browse files
authored
Merge release/0.7.8 into master
2 parents f5334a3 + d215e1f commit 7a1ba2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ branches:
2020
- /^release\/.+$/
2121

2222
matrix:
23-
allowed_failures:
23+
allow_failures:
2424
- os: osx
2525

2626
include:

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
)
4343

4444

45-
VERSION = "0.7.7"
45+
VERSION = "0.7.8"
4646
DEFAULT_SERVER_NAME = socket.gethostname() if hasattr(socket, "gethostname") else None
4747
DEFAULT_OPTIONS = {
4848
"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.7",
15+
version="0.7.8",
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