Skip to content

Commit b9e498f

Browse files
committed
release: 3.0.0a7
1 parent 589af84 commit b9e498f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 3.0.0a7
4+
5+
### Various fixes & improvements
6+
7+
- Add warning about 3.0 (#4956) by @sentrivana
8+
- breaking(transport): Make HTTP2Transport the default (#4492) by @BYK
9+
- breaking: Remove Spotlight Django integration (#4747) by @BYK
10+
- Update migration guide for async transport (#4732) by @srothh
11+
312
## 3.0.0a6
413

514
We're excited to announce that version 3.0 of the Sentry Python SDK is now

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
3434
author = "Sentry Team and Contributors"
3535

36-
release = "3.0.0a6"
36+
release = "3.0.0a7"
3737
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3838

3939

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,4 +1391,4 @@ def _get_default_options() -> dict[str, Any]:
13911391
del _get_default_options
13921392

13931393

1394-
VERSION = "3.0.0a6"
1394+
VERSION = "3.0.0a7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_file_text(file_name):
2121

2222
setup(
2323
name="sentry-sdk",
24-
version="3.0.0a6",
24+
version="3.0.0a7",
2525
author="Sentry Team and Contributors",
2626
author_email="hello@sentry.io",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)