Skip to content

Commit

Permalink
release: 2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Mar 11, 2024
1 parent 0a65f38 commit 7aa6a76
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.0.0rc1

### Various fixes & improvements

- Fixed bump-version.sh to work with version names that have chars in them (0a65f388) by @antonpirker
- ref(api): Type hinting for start_transaction kwargs (#2796) by @szokeasaurusrex
- fix imports (79871a8d) by @antonpirker
- Update CHANGELOG.md (df9841ed) by @sentrivana
- release: 1.41.0 (fc706111) by @getsentry-bot
- ref(awslambda): xfail broken tests for now (#2794) by @sentrivana
- Removed print statements because it messes with the tests (#2789) by @antonpirker
- Correct `use_scope` comment (#2790) by @szokeasaurusrex
- build(deps): bump types-protobuf from 4.24.0.20240129 to 4.24.0.20240302 (#2782) by @dependabot
- build(deps): bump checkouts/data-schemas from `eb941c2` to `ed078ed` (#2781) by @dependabot
- feat(docs): Add gRPC note to migration guide (a03108f5) by @sentrivana
- Pin `grpcio` versions in CI (#2776) by @arr-ee
- feat(transport): Expose `socket_options` (#2786) by @sentrivana

## 2.0.0a2

## New Features
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
copyright = "2019-{}, Sentry Team and Contributors".format(datetime.now().year)
author = "Sentry Team and Contributors"

release = "2.0.0a2"
release = "2.0.0rc1"
version = ".".join(release.split(".")[:2]) # The short X.Y version.


Expand Down
2 changes: 1 addition & 1 deletion sentry_sdk/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ def _get_default_options():
del _get_default_options


VERSION = "2.0.0a2"
VERSION = "2.0.0rc1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def get_file_text(file_name):

setup(
name="sentry-sdk",
version="2.0.0a2",
version="2.0.0rc1",
author="Sentry Team and Contributors",
author_email="[email protected]",
url="https://github.com/getsentry/sentry-python",
Expand Down

0 comments on commit 7aa6a76

Please sign in to comment.