Skip to content

Commit 7aa6a76

Browse files
committed
release: 2.0.0rc1
1 parent 0a65f38 commit 7aa6a76

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

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

3+
## 2.0.0rc1
4+
5+
### Various fixes & improvements
6+
7+
- Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker
8+
- ref(api): Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex
9+
- fix imports (79871a8d) by @antonpirker
10+
- Update CHANGELOG.md (df9841ed) by @sentrivana
11+
- release: 1.41.0 (fc706111) by @getsentry-bot
12+
- ref(awslambda): xfail broken tests for now (#2794) by @sentrivana
13+
- Removed print statements because it messes with the tests (#2789) by @antonpirker
14+
- Correct `use_scope` comment (#2790) by @szokeasaurusrex
15+
- build(deps): bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
16+
- build(deps): bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
17+
- feat(docs): Add gRPC note to migration guide (a03108f5) by @sentrivana
18+
- Pin `grpcio` versions in CI (#2776) by @arr-ee
19+
- feat(transport): Expose `socket_options` (#2786) by @sentrivana
20+
321
## 2.0.0a2
422

523
## New Features

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 = "2.0.0a2"
31+
release = "2.0.0rc1"
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
@@ -328,4 +328,4 @@ def _get_default_options():
328328
del _get_default_options
329329

330330

331-
VERSION = "2.0.0a2"
331+
VERSION = "2.0.0rc1"

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

0 commit comments

Comments
 (0)