Skip to content

Commit b3fafae

Browse files
committed
release: 2.0.0a1
1 parent fa5f50b commit b3fafae

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

CHANGELOG.md

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

3+
## 2.0.0a1
4+
5+
### Various fixes & improvements
6+
7+
- Temporarily disable tests for alpha release (fa5f50b0) by @antonpirker
8+
- channel link (0594cfa5) by @antonpirker
9+
- Added note to README (cdf4f901) by @antonpirker
10+
- Updated migration guide (ad4ff19c) by @antonpirker
11+
- ref(api): Abstract base classes (#2667) by @szokeasaurusrex
12+
- Scope refactoring (merge Hubs and Scopes) (#2610) by @antonpirker
13+
- docs: Update readme, migration guide (#2754) by @sentrivana
14+
- Remove PY2 (8aa95995) by @sentrivana
15+
- fix(query-source): Fix query source relative filepath (#2717) by @gggritso
16+
- Support clickhouse-driver==0.2.7 (#2752) by @sentrivana
17+
- build(deps): bump checkouts/data-schemas from `6121fd3` to `eb941c2` (#2747) by @dependabot
18+
- Added last_event_id() to the stuff that has been removed. (93f89e00) by @antonpirker
19+
- ref: Use new-style super() (#2744) by @sentrivana
20+
- ref(docs): Tweak migration guide (#2742) by @sentrivana
21+
- fix(metrics): Fix typo (#2735) by @sentrivana
22+
- Deprecate profiler `_experiments` options (#2737) by @sentrivana
23+
- Remove `user.segment` (#2726) by @sentrivana
24+
- ref(transport): Remove compatibility import (#2698) by @sentrivana
25+
- Typo (#2690) by @sentrivana
26+
- Update MIGRATION_GUIDE.md (#2690) by @sentrivana
27+
- Update MIGRATION_GUIDE.md (#2690) by @sentrivana
28+
- ref(api): Remove store endpoint (#2656) by @szokeasaurusrex
29+
- Remove deprecated code (#2666) by @sentrivana
30+
- Auto-enable more integrations (#2671) by @sentrivana
31+
32+
_Plus 17 more_
33+
334
## 1.40.5
435

536
### Various fixes & improvements

docs/conf.py

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

31-
release = "1.40.5"
31+
release = "2.0.0a1"
3232
version = ".".join(release.split(".")[:2]) # The short X.Y version.
3333

3434

sentry_sdk/consts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,4 +326,4 @@ def _get_default_options():
326326
del _get_default_options
327327

328328

329-
VERSION = "1.40.5"
329+
VERSION = "2.0.0a1"

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="1.40.5",
24+
version="2.0.0a1",
2525
author="Sentry Team and Contributors",
2626
author_email="[email protected]",
2727
url="https://github.com/getsentry/sentry-python",

0 commit comments

Comments
 (0)